# CellScore
## Properties
**scorer_id** | **String** | |
**score** | Option<**f64**> | | [optional]
**reason** | Option<**String**> | | [optional]
**checks** | Option<[**serde_json::Value**](.md)> | | [optional]
**error** | Option<**String**> | | [optional]
**not_applicable** | Option<**bool**> | The scorer read this case and had nothing to measure on it. Left out of the column's mean and pass rate rather than counted as a zero. | [optional]
**pending** | **bool** | A scoring job is still running for this cell. |
**passed** | Option<**bool**> | Which side of the scorer's `pass_if` threshold the score fell on. Absent when the column has no threshold, or has no score yet. | [optional]
**baseline** | Option<**f64**> | The same scorer's number on the baseline experiment. | [optional]
**definition_changed** | **bool** | The baseline's score came from a different definition of this scorer, so the delta is a change of scorer as much as a change of agent. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)