ExperimentCheckpointRef

ExperimentCheckpointRef#

class ExperimentCheckpointRef#

A Local Registry checkpoint that can restore an uncommitted Experiment.

__repr__() str#
property annotations: dict[str, str]#

Read-only property.

Manifest annotations stored on the checkpoint Artifact.

property checkpoint_image_name: str#

Read-only property.

Internal Local Registry ref holding the checkpoint Artifact.

property config: dict[str, Any]#

Read-only property.

Complete Experiment Config JSON stored by config_digest.

property config_digest: str#

Read-only property.

Immutable digest of the checkpoint's Experiment Config JSON.

property manifest_digest: str#

Read-only property.

Immutable OCI Manifest digest for the checkpoint Artifact.

property requested_image_name: str#

Read-only property.

User-facing Experiment image name restored by this checkpoint.

property run_count: int#

Read-only property.

Number of closed Runs available at this recovery point.

property sampling_count: int#

Read-only property.

Total number of Samplings recorded across the checkpoint's closed Runs.

property solve_count: int#

Read-only property.

Total number of Solves recorded across the checkpoint's closed Runs.

property status: str#

Read-only property.

Checkpoint lifecycle status: draft, failed, or interrupted.

property updated_at: str#

Read-only property.

RFC 3339 timestamp when the checkpoint ref was last updated.