# 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)