Package com.openai.models.evals
Class EvalDeleteResponse
-
- All Implemented Interfaces:
public final class EvalDeleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalDeleteResponse.BuilderA builder for EvalDeleteResponse.
-
Method Summary
Modifier and Type Method Description final Booleandeleted()final StringevalId()final Stringobject_()final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final JsonField<String>_evalId()Returns the raw JSON value of evalId. final JsonField<String>_object_()Returns the raw JSON value of object_. final Map<String, JsonValue>_additionalProperties()final EvalDeleteResponse.BuildertoBuilder()final EvalDeleteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of EvalDeleteResponse. -
-
Method Detail
-
_deleted
final JsonField<Boolean> _deleted()
Returns the raw JSON value of deleted.
Unlike deleted, this method doesn't throw if the JSON field has an unexpected type.
-
_evalId
final JsonField<String> _evalId()
Returns the raw JSON value of evalId.
Unlike evalId, this method doesn't throw if the JSON field has an unexpected type.
-
_object_
final JsonField<String> _object_()
Returns the raw JSON value of object_.
Unlike object_, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EvalDeleteResponse.Builder toBuilder()
-
validate
final EvalDeleteResponse 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 EvalDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of EvalDeleteResponse.
The following fields are required:
.deleted() .evalId() .object_()
-
-
-
-