ray.train.ReportedCheckpointStatus#

class ray.train.ReportedCheckpointStatus(value)#

Bases: Enum

ReportedCheckpoint status enum.

  • COMMITTED: The checkpoint is saved, and no validation was requested.

  • PENDING_VALIDATION: The checkpoint is saved, and validation is in progress.

  • VALIDATED: The checkpoint is saved, and validation is complete.

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