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()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()
-
builder
final static EvalDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of EvalDeleteResponse.
The following fields are required:
.deleted() .evalId() .object_()
-
-
-
-