Package com.openai.models.evals.runs
Class RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample
-
- All Implemented Interfaces:
public final class RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample.BuilderA builder for Sample.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample.BuildertoBuilder()final RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Samplevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample.Builderbuilder()Returns a mutable builder for constructing an instance of Sample. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample.Builder toBuilder()
-
validate
final RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample 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 RunCancelResponse.DataSource.Responses.Source.FileContent.Content.Sample.Builder builder()
Returns a mutable builder for constructing an instance of Sample.
-
-
-
-