Package com.openai.models.evals.runs
Class RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item
-
- All Implemented Interfaces:
public final class RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item.BuilderA builder for Item.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item.BuildertoBuilder()final RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Itemvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item.Builderbuilder()Returns a mutable builder for constructing an instance of Item. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item.Builder toBuilder()
-
validate
final RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item 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 RunRetrieveResponse.DataSource.Responses.Source.FileContent.Content.Item.Builder builder()
Returns a mutable builder for constructing an instance of Item.
-
-
-
-