Package com.openai.models.evals
Class EvalCreateParams.DataSourceConfig.Custom.ItemSchema
-
- All Implemented Interfaces:
public final class EvalCreateParams.DataSourceConfig.Custom.ItemSchemaThe json schema for each row in the data source.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalCreateParams.DataSourceConfig.Custom.ItemSchema.BuilderA builder for ItemSchema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final EvalCreateParams.DataSourceConfig.Custom.ItemSchema.BuildertoBuilder()final EvalCreateParams.DataSourceConfig.Custom.ItemSchemavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalCreateParams.DataSourceConfig.Custom.ItemSchema.Builderbuilder()Returns a mutable builder for constructing an instance of ItemSchema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EvalCreateParams.DataSourceConfig.Custom.ItemSchema.Builder toBuilder()
-
validate
final EvalCreateParams.DataSourceConfig.Custom.ItemSchema 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 EvalCreateParams.DataSourceConfig.Custom.ItemSchema.Builder builder()
Returns a mutable builder for constructing an instance of ItemSchema.
-
-
-
-