Package com.openai.models.evals.runs
Class RunCreateResponse.DataSource.Responses.Source.FileId
-
- All Implemented Interfaces:
public final class RunCreateResponse.DataSource.Responses.Source.FileId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunCreateResponse.DataSource.Responses.Source.FileId.BuilderA builder for FileId.
-
Method Summary
Modifier and Type Method Description final Stringid()The identifier of the file. final JsonValue_type()The type of jsonl source. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final RunCreateResponse.DataSource.Responses.Source.FileId.BuildertoBuilder()final RunCreateResponse.DataSource.Responses.Source.FileIdvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunCreateResponse.DataSource.Responses.Source.FileId.Builderbuilder()Returns a mutable builder for constructing an instance of FileId. -
-
Method Detail
-
_type
final JsonValue _type()
The type of jsonl source. Always
file_id.Expected to always return the following:
JsonValue.from("file_id")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunCreateResponse.DataSource.Responses.Source.FileId.Builder toBuilder()
-
validate
final RunCreateResponse.DataSource.Responses.Source.FileId validate()
-
builder
final static RunCreateResponse.DataSource.Responses.Source.FileId.Builder builder()
Returns a mutable builder for constructing an instance of FileId.
The following fields are required:
.id()
-
-
-
-