Class EvalCreateParams.Body
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalCreateParams.Body
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalCreateParams.Body.BuilderA builder for Body. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final EvalCreateParams.DataSourceConfigdataSourceConfig()The configuration for the data source used for the evaluation runs. final List<EvalCreateParams.TestingCriterion>testingCriteria()A list of graders for all eval runs in this group. final Optional<EvalCreateParams.Metadata>metadata()Set of 16 key-value pairs that can be attached to an object. final Optional<String>name()The name of the evaluation. final JsonField<EvalCreateParams.DataSourceConfig>_dataSourceConfig()Returns the raw JSON value of dataSourceConfig. final JsonField<List<EvalCreateParams.TestingCriterion>>_testingCriteria()Returns the raw JSON value of testingCriteria. final JsonField<EvalCreateParams.Metadata>_metadata()Returns the raw JSON value of metadata. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final EvalCreateParams.Body.BuildertoBuilder()final EvalCreateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalCreateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        dataSourceConfigfinal EvalCreateParams.DataSourceConfig dataSourceConfig() The configuration for the data source used for the evaluation runs. Dictates the schema of the data used in the evaluation. 
 - 
                                        testingCriteriafinal List<EvalCreateParams.TestingCriterion> testingCriteria() A list of graders for all eval runs in this group. Graders can reference variables in the data source using double curly braces notation, like {{item.variable_name}}. To reference the model's output, use thesamplenamespace (ie,{{sample.output_text}}).
 - 
                                        metadatafinal Optional<EvalCreateParams.Metadata> metadata() Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. 
 - 
                                        _dataSourceConfigfinal JsonField<EvalCreateParams.DataSourceConfig> _dataSourceConfig() Returns the raw JSON value of dataSourceConfig. Unlike dataSourceConfig, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _testingCriteriafinal JsonField<List<EvalCreateParams.TestingCriterion>> _testingCriteria() Returns the raw JSON value of testingCriteria. Unlike testingCriteria, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _metadatafinal JsonField<EvalCreateParams.Metadata> _metadata() Returns the raw JSON value of metadata. Unlike metadata, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _namefinal JsonField<String> _name() Returns the raw JSON value of name. Unlike name, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal EvalCreateParams.Body.Builder toBuilder() 
 - 
                                        validatefinal EvalCreateParams.Body validate() 
 - 
                                        builderfinal static EvalCreateParams.Body.Builder builder() Returns a mutable builder for constructing an instance of Body. The following fields are required: .dataSourceConfig() .testingCriteria()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-