ray.train.CheckpointConsistencyMode#

class ray.train.CheckpointConsistencyMode(value)#

Bases: Enum

Read semantics for checkpoint retrieval during an ongoing run.

Members:
COMMITTED: Block until the checkpoint from the latest ray.train.report

has been uploaded and committed.

VALIDATED: Block until the checkpoint from the latest ray.train.report

has been uploaded and validated.

PublicAPI (alpha): This API is in alpha and may change before becoming stable.

Attributes

COMMITTED

VALIDATED