Package com.openai.models.evals.runs
Class RunListResponse.PerTestingCriteriaResult
-
- All Implemented Interfaces:
public final class RunListResponse.PerTestingCriteriaResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunListResponse.PerTestingCriteriaResult.BuilderA builder for PerTestingCriteriaResult.
-
Method Summary
Modifier and Type Method Description final Longfailed()Number of tests failed for this criteria. final Longpassed()Number of tests passed for this criteria. final StringtestingCriteria()A description of the testing criteria. final JsonField<Long>_failed()Returns the raw JSON value of failed. final JsonField<Long>_passed()Returns the raw JSON value of passed. final JsonField<String>_testingCriteria()Returns the raw JSON value of testingCriteria. final Map<String, JsonValue>_additionalProperties()final RunListResponse.PerTestingCriteriaResult.BuildertoBuilder()final RunListResponse.PerTestingCriteriaResultvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunListResponse.PerTestingCriteriaResult.Builderbuilder()Returns a mutable builder for constructing an instance of PerTestingCriteriaResult. -
-
Method Detail
-
testingCriteria
final String testingCriteria()
A description of the testing criteria.
-
_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.
-
_testingCriteria
final JsonField<String> _testingCriteria()
Returns the raw JSON value of testingCriteria.
Unlike testingCriteria, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunListResponse.PerTestingCriteriaResult.Builder toBuilder()
-
validate
final RunListResponse.PerTestingCriteriaResult validate()
-
builder
final static RunListResponse.PerTestingCriteriaResult.Builder builder()
Returns a mutable builder for constructing an instance of PerTestingCriteriaResult.
The following fields are required:
.failed() .passed() .testingCriteria()
-
-
-
-