Class GraderValidateResponse
-
- All Implemented Interfaces:
public final class GraderValidateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGraderValidateResponse.BuilderA builder for GraderValidateResponse.
public final classGraderValidateResponse.GraderThe grader used for the fine-tuning job.
-
Method Summary
Modifier and Type Method Description final Optional<GraderValidateResponse.Grader>grader()The grader used for the fine-tuning job. final JsonField<GraderValidateResponse.Grader>_grader()Returns the raw JSON value of grader. final Map<String, JsonValue>_additionalProperties()final GraderValidateResponse.BuildertoBuilder()final GraderValidateResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static GraderValidateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of GraderValidateResponse. -
-
Method Detail
-
grader
final Optional<GraderValidateResponse.Grader> grader()
The grader used for the fine-tuning job.
-
_grader
final JsonField<GraderValidateResponse.Grader> _grader()
Returns the raw JSON value of grader.
Unlike grader, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final GraderValidateResponse.Builder toBuilder()
-
validate
final GraderValidateResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static GraderValidateResponse.Builder builder()
Returns a mutable builder for constructing an instance of GraderValidateResponse.
-
-
-
-