Package com.openai.models.evals
Class EvalRetrieveResponse.DataSourceConfig.Logs.Schema
-
- All Implemented Interfaces:
public final class EvalRetrieveResponse.DataSourceConfig.Logs.SchemaThe json schema for the run data source items. Learn how to build JSON schemas here.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalRetrieveResponse.DataSourceConfig.Logs.Schema.BuilderA builder for Schema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final EvalRetrieveResponse.DataSourceConfig.Logs.Schema.BuildertoBuilder()final EvalRetrieveResponse.DataSourceConfig.Logs.Schemavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalRetrieveResponse.DataSourceConfig.Logs.Schema.Builderbuilder()Returns a mutable builder for constructing an instance of Schema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EvalRetrieveResponse.DataSourceConfig.Logs.Schema.Builder toBuilder()
-
validate
final EvalRetrieveResponse.DataSourceConfig.Logs.Schema 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 EvalRetrieveResponse.DataSourceConfig.Logs.Schema.Builder builder()
Returns a mutable builder for constructing an instance of Schema.
-
-
-
-