Class ChatCompletionContentPart.File.FileObject
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionContentPart.File.FileObject
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionContentPart.File.FileObject.BuilderA builder for FileObject. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>fileData()The base64 encoded file data, used when passing the file to the model as a string. final Optional<String>fileId()The ID of an uploaded file to use as input. final Optional<String>filename()The name of the file, used when passing the file to the model as a string. final JsonField<String>_fileData()Returns the raw JSON value of fileData. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_filename()Returns the raw JSON value of filename. final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPart.File.FileObject.BuildertoBuilder()final ChatCompletionContentPart.File.FileObjectvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPart.File.FileObject.Builderbuilder()Returns a mutable builder for constructing an instance of FileObject. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileDatafinal Optional<String> fileData() The base64 encoded file data, used when passing the file to the model as a string. 
 - 
                                        filenamefinal Optional<String> filename() The name of the file, used when passing the file to the model as a string. 
 - 
                                        _fileDatafinal JsonField<String> _fileData() Returns the raw JSON value of fileData. Unlike fileData, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _fileIdfinal JsonField<String> _fileId() Returns the raw JSON value of fileId. Unlike fileId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _filenamefinal JsonField<String> _filename() Returns the raw JSON value of filename. Unlike filename, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatCompletionContentPart.File.FileObject.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionContentPart.File.FileObject validate() 
 - 
                                        builderfinal static ChatCompletionContentPart.File.FileObject.Builder builder() Returns a mutable builder for constructing an instance of FileObject. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-