# tinker_cookbook.stores.RunInfo

## _class_ [**tinker_cookbook.stores.RunInfo**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L35)()

Metadata about a discovered training run.

**Fields:**

- [**run_id**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L38) ( _str_)
- [**prefix**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L39) ( _str_)
- [**has_config**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L40) ( _bool_)
- [**has_metrics**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L41) ( _bool_)
- [**has_checkpoints**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L42) ( _bool_)
- [**has_timing**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L43) ( _bool_)
- [**iteration_count**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L44) ( _int_)
- [**status**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L45) ( _Status_)
- [**last_updated**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L46) ( _float | None_)
- [**training_type**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/registry.py#L47) ( _TrainingType | None_)

## Referenced by

- [tinker_cookbook.stores.RunRegistry.get_run](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/runregistry/#runregistry-get_run)
- [tinker_cookbook.stores.RunRegistry.get_runs](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/runregistry/#runregistry-get_runs)
- [tinker_cookbook.stores.RunRegistry.refresh](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/runregistry/#runregistry-refresh)
