Class EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalRetrieveResponse.TestingCriterion.EvalGraderPython.BuilderA builder for EvalGraderPython. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        namefinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder name(String name) The name of the grader. 
 - 
                                        namefinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.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 EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder source(String source) The source code of the python script. 
 - 
                                        sourcefinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.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 EvalRetrieveResponse.TestingCriterion.EvalGraderPython.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 EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder imageTag(String imageTag) The image tag to use for the python script. 
 - 
                                        imageTagfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.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 EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder passThreshold(Double passThreshold) The threshold for the score. 
 - 
                                        passThresholdfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.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.EvalGraderPython.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal EvalRetrieveResponse.TestingCriterion.EvalGraderPython build() Returns an immutable instance of EvalGraderPython. Further updates to this Builder will not mutate the returned instance. The following fields are required: .name() .source()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-