Package com.openai.models.evals.runs
Class RunRetrieveResponse.PerTestingCriteriaResult
-
- All Implemented Interfaces:
public final class RunRetrieveResponse.PerTestingCriteriaResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunRetrieveResponse.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 RunRetrieveResponse.PerTestingCriteriaResult.BuildertoBuilder()final RunRetrieveResponse.PerTestingCriteriaResultvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunRetrieveResponse.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 RunRetrieveResponse.PerTestingCriteriaResult.Builder toBuilder()
-
validate
final RunRetrieveResponse.PerTestingCriteriaResult validate()
-
builder
final static RunRetrieveResponse.PerTestingCriteriaResult.Builder builder()
Returns a mutable builder for constructing an instance of PerTestingCriteriaResult.
The following fields are required:
.failed() .passed() .testingCriteria()
-
-
-
-