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
-
-
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()
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.Builder builder()
Returns a mutable builder for constructing an instance of Content.
The following fields are required:
.item()
-
-
-
-