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