# EvalRunResultCounts
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **i32** | Total number of executed output items. |
**errored** | **i32** | Number of output items that resulted in an error. |
**failed** | **i32** | Number of output items that failed to pass the evaluation. |
**passed** | **i32** | Number of output items that passed the evaluation. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)