# ExperimentResults200Response
## Properties
**experiment** | [**models::EvalExperiment**](EvalExperiment.md) | |
**baseline** | Option<[**models::EvalExperiment**](EvalExperiment.md)> | | [optional]
**scorers** | [**Vec<models::Scorer>**](Scorer.md) | The columns, which belong to the dataset rather than the experiment. |
**rows** | [**Vec<models::ExperimentRow>**](ExperimentRow.md) | |
**means** | [**Vec<models::ScorerMean>**](ScorerMean.md) | |
**regressed** | **i32** | Cells scoring lower than the baseline, across every column. |
**subject_current_version** | Option<**i64**> | The version the subject is on now. A row that ran against an earlier one describes an agent that no longer exists. | [optional]
**subject_deployed_hash** | Option<**String**> | What the agent hashes to as deployed. A run of unsaved edits carrying this hash ran exactly what is deployed now — the edits were saved — so it is a run of that version rather than of edits. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)