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