Package com.openai.models.evals.runs
Class CreateEvalCompletionsRunDataSource.Source.FileContent.Content
-
- All Implemented Interfaces:
public final class CreateEvalCompletionsRunDataSource.Source.FileContent.Content
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCreateEvalCompletionsRunDataSource.Source.FileContent.Content.BuilderA builder for Content.
public final classCreateEvalCompletionsRunDataSource.Source.FileContent.Content.Itempublic final classCreateEvalCompletionsRunDataSource.Source.FileContent.Content.Sample
-
Method Summary
Modifier and Type Method Description final CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Itemitem()final Optional<CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Sample>sample()final JsonField<CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Item>_item()Returns the raw JSON value of item. final JsonField<CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Sample>_sample()Returns the raw JSON value of sample. final Map<String, JsonValue>_additionalProperties()final CreateEvalCompletionsRunDataSource.Source.FileContent.Content.BuildertoBuilder()final CreateEvalCompletionsRunDataSource.Source.FileContent.Contentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Builderbuilder()Returns a mutable builder for constructing an instance of Content. -
-
Method Detail
-
sample
final Optional<CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Sample> sample()
-
_item
final JsonField<CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Item> _item()
Returns the raw JSON value of item.
Unlike item, this method doesn't throw if the JSON field has an unexpected type.
-
_sample
final JsonField<CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Sample> _sample()
Returns the raw JSON value of sample.
Unlike sample, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CreateEvalCompletionsRunDataSource.Source.FileContent.Content validate()
-
builder
final static CreateEvalCompletionsRunDataSource.Source.FileContent.Content.Builder builder()
Returns a mutable builder for constructing an instance of Content.
The following fields are required:
.item()
-
-
-
-