ExperimentRef#
- class ExperimentRef#
A local-registry image reference that points to an Experiment artifact.
- __repr__() str#
- property annotations: dict[str, str]#
Read-only property.
Manifest annotations stored on the Experiment 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 Experiment config JSON.
- property image_name: str#
Read-only property.
Local registry image reference.
- property manifest_digest: str#
Read-only property.
Immutable OCI manifest digest for the Experiment artifact.
- property run_count: int#
Read-only property.
Number of closed runs recorded in the Experiment config.
- property sampling_count: int#
Read-only property.
Total number of samplings recorded across all runs.
- property solve_count: int#
Read-only property.
Total number of solves recorded across all runs.
- property status: str#
Read-only property.
Experiment status stored in the Experiment config.
- property updated_at: str#
Read-only property.
RFC 3339 timestamp when this local ref was last updated.