# EvalExperiment
## Properties
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**dataset** | **String** | |
**subject** | [**models::EvalSubject**](EvalSubject.md) | |
**run_number** | **i32** | This agent's nth run of this dataset, allocated once and never reused. What a run is called. Numbered per agent rather than per subject kind: runs of what is deployed and runs of its draft are the same agent's history. |
**run_job_id** | [**uuid::Uuid**](uuid::Uuid.md) | The flow executing the run: one job holding every case and its scores. |
**case_count** | **i32** | |
**scores** | Option<[**Vec<models::ExperimentScore>**](ExperimentScore.md)> | What the run scored, one entry per scorer that produced a number. Carried on the run itself so a list of runs can say what each one scored without reading every cell of every one of them. Empty on a run whose scores have not been read yet. | [optional]
**running** | Option<**bool**> | Whether the flow executing this run is still going. What makes a list of runs worth watching rather than worth reloading. | [optional]
**created_at** | **String** | |
**created_by** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)