RunRecord#
- class stable_pretraining.registry.RunRecord(run_id: str, status: str, created_at: float, updated_at: float, alive: bool, run_dir: str | None, checkpoint_path: str | None, config: Dict[str, Any], hparams: Dict[str, Any], summary: Dict[str, Any], tags: List[str], notes: str)[source]#
Bases:
objectImmutable view of a single training run, hydrated from the cache.