Class EvalCreateParams.TestingCriterion.Python.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalCreateParams.TestingCriterion.Python.BuilderA builder for Python. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        namefinal EvalCreateParams.TestingCriterion.Python.Builder name(String name) The name of the grader. 
 - 
                                        namefinal EvalCreateParams.TestingCriterion.Python.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. 
 - 
                                        sourcefinal EvalCreateParams.TestingCriterion.Python.Builder source(String source) The source code of the python script. 
 - 
                                        sourcefinal EvalCreateParams.TestingCriterion.Python.Builder source(JsonField<String> source) Sets Builder.source to an arbitrary JSON value. You should usually call Builder.source with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal EvalCreateParams.TestingCriterion.Python.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("python")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        imageTagfinal EvalCreateParams.TestingCriterion.Python.Builder imageTag(String imageTag) The image tag to use for the python script. 
 - 
                                        imageTagfinal EvalCreateParams.TestingCriterion.Python.Builder imageTag(JsonField<String> imageTag) Sets Builder.imageTag to an arbitrary JSON value. You should usually call Builder.imageTag with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        passThresholdfinal EvalCreateParams.TestingCriterion.Python.Builder passThreshold(Double passThreshold) The threshold for the score. 
 - 
                                        passThresholdfinal EvalCreateParams.TestingCriterion.Python.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 EvalCreateParams.TestingCriterion.Python.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal EvalCreateParams.TestingCriterion.Python.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal EvalCreateParams.TestingCriterion.Python.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal EvalCreateParams.TestingCriterion.Python.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal EvalCreateParams.TestingCriterion.Python.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal EvalCreateParams.TestingCriterion.Python build() Returns an immutable instance of Python. Further updates to this Builder will not mutate the returned instance. The following fields are required: .name() .source()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-