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 class
RunDeleteResponse.Builder
A 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.Builder
toBuilder()
final RunDeleteResponse
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static RunDeleteResponse.Builder
builder()
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()
-
builder
final static RunDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of RunDeleteResponse.
-
-
-
-