Package com.openai.models.evals.runs
Class RunCreateResponse.DataSource.Responses.Source.FileContent.Content.Sample
-
- All Implemented Interfaces:
public final class RunCreateResponse.DataSource.Responses.Source.FileContent.Content.Sample
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunCreateResponse.DataSource.Responses.Source.FileContent.Content.Sample.BuilderA builder for Sample.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final RunCreateResponse.DataSource.Responses.Source.FileContent.Content.Sample.BuildertoBuilder()final RunCreateResponse.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 RunCreateResponse.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 RunCreateResponse.DataSource.Responses.Source.FileContent.Content.Sample.Builder toBuilder()
-
validate
final RunCreateResponse.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 RunCreateResponse.DataSource.Responses.Source.FileContent.Content.Sample.Builder builder()
Returns a mutable builder for constructing an instance of Sample.
-
-
-
-