Skip to content

CheckpointState

Creation state reported for a checkpoint.

Shared

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