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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scorer_id** | **String** |  | 
**name** | **String** | What the column is called in the dataset that ran it, resolved server-side because a list of runs spanning datasets cannot hold every dataset's scorers to look it up.  | 
**kind** | **String** |  | 
**mean** | Option<**f64**> |  | [optional]
**pass_rate** | Option<**f64**> | The share of scored cells at or above the column's threshold, for a column that has one. Absent where the column has no threshold and the mean is the whole headline.  | [optional]
**scored** | **i32** |  | 
**failed** | **i32** | How many of the run's cells the column failed on. A column that failed on all of them has no number to report and is still one of the columns that ran.  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)