list_experiment_checkpoints

list_experiment_checkpoints#

list_experiment_checkpoints(prefix: Optional[str] = None, statuses: Optional[Sequence[str]] = None, root: str | PathLike | Path = None, strict: bool = False) list[ExperimentCheckpointRef]#

List internal Experiment checkpoints by requested image name and lifecycle status.

statuses accepts draft, failed, and interrupted. An omitted or empty list returns every checkpoint status. The prefix is matched against the user-facing requested image name, not the internal hashed checkpoint ref. Invalid cache entries are repaired from the CAS when possible; repaired or skipped refs emit RuntimeWarning. Pass strict=True to fail on the first invalid ref.