Package com.openai.models.evals
        Class EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputTextA text output from the model. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText.BuilderA builder for OutputText. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringtext()The text output from the model. final JsonValue_type()The type of the output text. final JsonField<String>_text()Returns the raw JSON value of text. final Map<String, JsonValue>_additionalProperties()final EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText.BuildertoBuilder()final EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputTextvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText.Builderbuilder()Returns a mutable builder for constructing an instance of OutputText. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the output text. Always output_text.Expected to always return the following: JsonValue.from("output_text")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _textfinal JsonField<String> _text() Returns the raw JSON value of text. Unlike text, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText.Builder toBuilder() 
 - 
                                        validatefinal EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText validate() 
 - 
                                        builderfinal static EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem.Content.OutputText.Builder builder() Returns a mutable builder for constructing an instance of OutputText. The following fields are required: .text()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-