Class EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.BuilderA builder for EvalGraderScoreModel. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        inputfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder input(List<ScoreModelGrader.Input> input) The input text. This may include template strings. 
 - 
                                        inputfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder input(JsonField<List<ScoreModelGrader.Input>> input) Sets Builder.input to an arbitrary JSON value. You should usually call Builder.input with a well-typed List<ScoreModelGrader.Input>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addInputfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder addInput(ScoreModelGrader.Input input) Adds a single ScoreModelGrader.Input to Builder.input. 
 - 
                                        modelfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder model(String model) The model to use for the evaluation. 
 - 
                                        modelfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder model(JsonField<String> model) Sets Builder.model to an arbitrary JSON value. You should usually call Builder.model with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        namefinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder name(String name) The name of the grader. 
 - 
                                        namefinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder name(JsonField<String> name) Sets Builder.name to an arbitrary JSON value. You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("score_model")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        rangefinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder range(List<Double> range) The range of the score. Defaults to [0, 1].
 - 
                                        rangefinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder range(JsonField<List<Double>> range) Sets Builder.range to an arbitrary JSON value. You should usually call Builder.range with a well-typed List<Double>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addRangefinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder addRange(Double range) Adds a single Double to Builder.range. 
 - 
                                        samplingParamsfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder samplingParams(ScoreModelGrader.SamplingParams samplingParams) The sampling parameters for the model. 
 - 
                                        samplingParamsfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder samplingParams(JsonField<ScoreModelGrader.SamplingParams> samplingParams) Sets Builder.samplingParams to an arbitrary JSON value. You should usually call Builder.samplingParams with a well-typed ScoreModelGrader.SamplingParams value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        passThresholdfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder passThreshold(Double passThreshold) The threshold for the score. 
 - 
                                        passThresholdfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder passThreshold(JsonField<Double> passThreshold) Sets Builder.passThreshold to an arbitrary JSON value. You should usually call Builder.passThreshold with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal EvalRetrieveResponse.TestingCriterion.EvalGraderScoreModel build() Returns an immutable instance of EvalGraderScoreModel. Further updates to this Builder will not mutate the returned instance. The following fields are required: .input() .model() .name()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-