Package com.openai.models.evals.runs
Class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId
-
- All Implemented Interfaces:
public final class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId.Builder
A builder for FileId.
-
Method Summary
Modifier and Type Method Description final String
id()
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 RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId.Builder
toBuilder()
final RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId.Builder
builder()
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 RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId.Builder toBuilder()
-
builder
final static RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.FileId.Builder builder()
Returns a mutable builder for constructing an instance of FileId.
The following fields are required:
.id()
-
-
-
-