# Constants
Returns checkpoints sorted by batch number.
Returns checkpoints sorted by end time.
Returns checkpoints sorted by the experiment's `searcher.metric` configuration setting.
Returns checkpoints sorted by state.
Returns checkpoints sorted by trial id.
Returns checkpoints in an unsorted list.
Returns checkpoints sorted by UUID.
The checkpoint is in an active state.
The checkpoint is persisted to checkpoint storage.
The checkpoint has been deleted.
The checkpoint errored.
The checkpoint has been partially deleted.
The state of the checkpoint is unknown.
# Variables
No description provided by the author
Enum value maps for SortBy.
Enum value maps for SortBy.
Enum value maps for State.
Enum value maps for State.
# Structs
Checkpoint a collection of files saved by a task.
CheckpointTrainingMetadata is specifically metadata about training.
Request to change checkpoint database information.
Gets around not being able to do "Optional map<string, int64>".