Package com.openai.models.evals.runs
        Class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages.Template.InnerTemplate.EvalItem.Content.InputImage
- 
                    
                    - All Implemented Interfaces:
 
 public final class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages.Template.InnerTemplate.EvalItem.Content.InputImageAn image input to the model. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages.Template.InnerTemplate.EvalItem.Content.InputImage.BuilderA builder for InputImage. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the image input. Always input_image.Expected to always return the following: JsonValue.from("input_image")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        detailfinal Optional<String> detail() The detail level of the image to be sent to the model. One of high,low, orauto. Defaults toauto.
 - 
                                        _imageUrlfinal JsonField<String> _imageUrl() Returns the raw JSON value of imageUrl. Unlike imageUrl, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _detailfinal JsonField<String> _detail() Returns the raw JSON value of detail. Unlike detail, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages.Template.InnerTemplate.EvalItem.Content.InputImage.Builder toBuilder() 
 - 
                                        validatefinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages.Template.InnerTemplate.EvalItem.Content.InputImage validate() 
 - 
                                        builderfinal static RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages.Template.InnerTemplate.EvalItem.Content.InputImage.Builder builder() Returns a mutable builder for constructing an instance of InputImage. The following fields are required: .imageUrl()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-