Package com.openai.models.evals.runs
Class RunListResponse.ResultCounts
-
- All Implemented Interfaces:
public final class RunListResponse.ResultCountsCounters summarizing the outcomes of the evaluation run.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunListResponse.ResultCounts.BuilderA builder for ResultCounts.
-
Method Summary
Modifier and Type Method Description final Longerrored()Number of output items that resulted in an error. final Longfailed()Number of output items that failed to pass the evaluation. final Longpassed()Number of output items that passed the evaluation. final Longtotal()Total number of executed output items. final JsonField<Long>_errored()Returns the raw JSON value of errored. final JsonField<Long>_failed()Returns the raw JSON value of failed. final JsonField<Long>_passed()Returns the raw JSON value of passed. final JsonField<Long>_total()Returns the raw JSON value of total. final Map<String, JsonValue>_additionalProperties()final RunListResponse.ResultCounts.BuildertoBuilder()final RunListResponse.ResultCountsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunListResponse.ResultCounts.Builderbuilder()Returns a mutable builder for constructing an instance of ResultCounts. -
-
Method Detail
-
_errored
final JsonField<Long> _errored()
Returns the raw JSON value of errored.
Unlike errored, this method doesn't throw if the JSON field has an unexpected type.
-
_failed
final JsonField<Long> _failed()
Returns the raw JSON value of failed.
Unlike failed, this method doesn't throw if the JSON field has an unexpected type.
-
_passed
final JsonField<Long> _passed()
Returns the raw JSON value of passed.
Unlike passed, this method doesn't throw if the JSON field has an unexpected type.
-
_total
final JsonField<Long> _total()
Returns the raw JSON value of total.
Unlike total, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunListResponse.ResultCounts.Builder toBuilder()
-
validate
final RunListResponse.ResultCounts validate()
-
builder
final static RunListResponse.ResultCounts.Builder builder()
Returns a mutable builder for constructing an instance of ResultCounts.
The following fields are required:
.errored() .failed() .passed() .total()
-
-
-
-