Package com.openai.models.evals.runs
Class RunCreateResponse.ResultCounts
-
- All Implemented Interfaces:
public final class RunCreateResponse.ResultCountsCounters summarizing the outcomes of the evaluation run.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunCreateResponse.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 RunCreateResponse.ResultCounts.BuildertoBuilder()final RunCreateResponse.ResultCountsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunCreateResponse.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 RunCreateResponse.ResultCounts.Builder toBuilder()
-
validate
final RunCreateResponse.ResultCounts validate()
-
builder
final static RunCreateResponse.ResultCounts.Builder builder()
Returns a mutable builder for constructing an instance of ResultCounts.
The following fields are required:
.errored() .failed() .passed() .total()
-
-
-
-