Class EvalListResponse.TestingCriterion.EvalGraderScoreModel
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalListResponse.TestingCriterion.EvalGraderScoreModelA ScoreModelGrader object that uses a model to assign a score to the input. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalListResponse.TestingCriterion.EvalGraderScoreModel.BuilderA builder for EvalGraderScoreModel. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        toScoreModelGraderfinal ScoreModelGrader toScoreModelGrader() 
 - 
                                        inputfinal List<ScoreModelGrader.Input> input() The input text. This may include template strings. 
 - 
                                        _typefinal JsonValue _type() The object type, which is always score_model.Expected to always return the following: JsonValue.from("score_model")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        samplingParamsfinal Optional<ScoreModelGrader.SamplingParams> samplingParams() The sampling parameters for the model. 
 - 
                                        passThresholdfinal Optional<Double> passThreshold() The threshold for the score. 
 - 
                                        _inputfinal JsonField<List<ScoreModelGrader.Input>> _input() Returns the raw JSON value of input. Unlike input, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _modelfinal JsonField<String> _model() Returns the raw JSON value of model. Unlike model, 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. 
 - 
                                        _rangefinal JsonField<List<Double>> _range() Returns the raw JSON value of range. Unlike range, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _samplingParamsfinal JsonField<ScoreModelGrader.SamplingParams> _samplingParams() Returns the raw JSON value of samplingParams. Unlike samplingParams, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _passThresholdfinal JsonField<Double> _passThreshold() Returns the raw JSON value of passThreshold. Unlike passThreshold, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal EvalListResponse.TestingCriterion.EvalGraderScoreModel.Builder toBuilder() 
 - 
                                        validatefinal EvalListResponse.TestingCriterion.EvalGraderScoreModel validate() 
 - 
                                        builderfinal static EvalListResponse.TestingCriterion.EvalGraderScoreModel.Builder builder() Returns a mutable builder for constructing an instance of EvalGraderScoreModel. The following fields are required: .input() .model() .name()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-