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.
statusesacceptsdraft,failed, andinterrupted. 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 emitRuntimeWarning. Passstrict=Trueto fail on the first invalid ref.