windmill-api 1.796.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ExperimentResults200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)