Skip to content

CheckpointState

Creation state reported for a checkpoint.

Shared

class CheckpointState(str, Enum):
NameType or valueDescription
CREATING'creating'The checkpoint is still being created.
READY'ready'The checkpoint is ready to restore.
FAILED'failed'Checkpoint creation failed.