Skip to content

tinker_cookbook.stores.RunInfo

class tinker_cookbook.stores.RunInfo(**)

Metadata about a discovered training run.

Fields:

  • run_id (str)
  • prefix (str)
  • has_config (bool)
  • has_metrics (bool)
  • has_checkpoints (bool)
  • has_timing (bool)
  • iteration_count (int)
  • status (Status)
  • last_updated (float | None)
  • training_type (TrainingType | None)