Class EvalCustomDataSourceConfig
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalCustomDataSourceConfigA CustomDataSourceConfig which specifies the schema of your itemand optionallysamplenamespaces. The response schema defines the shape of the data that will be:- Used to define your testing criteria and 
- What data is required when creating a run 
 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalCustomDataSourceConfig.BuilderA builder for EvalCustomDataSourceConfig. public final classEvalCustomDataSourceConfig.SchemaThe json schema for the run data source items. Learn how to build JSON schemas here. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final EvalCustomDataSourceConfig.Schemaschema()The json schema for the run data source items. final JsonValue_type()The type of data source. final JsonField<EvalCustomDataSourceConfig.Schema>_schema()Returns the raw JSON value of schema. final Map<String, JsonValue>_additionalProperties()final EvalCustomDataSourceConfig.BuildertoBuilder()final EvalCustomDataSourceConfigvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalCustomDataSourceConfig.Builderbuilder()Returns a mutable builder for constructing an instance of EvalCustomDataSourceConfig. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        schemafinal EvalCustomDataSourceConfig.Schema schema() The json schema for the run data source items. Learn how to build JSON schemas here. 
 - 
                                        _typefinal JsonValue _type() The type of data source. Always custom.Expected to always return the following: JsonValue.from("custom")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _schemafinal JsonField<EvalCustomDataSourceConfig.Schema> _schema() Returns the raw JSON value of schema. Unlike schema, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal EvalCustomDataSourceConfig.Builder toBuilder() 
 - 
                                        validatefinal EvalCustomDataSourceConfig validate() 
 - 
                                        builderfinal static EvalCustomDataSourceConfig.Builder builder() Returns a mutable builder for constructing an instance of EvalCustomDataSourceConfig. The following fields are required: .schema()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-