Interface FileService
- 
                    
                    - All Implemented Interfaces:
 
 public interface FileService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceFileService.WithRawResponseA view of FileService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract FileService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract FileService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createVectorStoreFile create(String vectorStoreId, FileCreateParams params) Create a vector store file by attaching a File to a vector store. 
 - 
                                        createVectorStoreFile create(String vectorStoreId, FileCreateParams params, RequestOptions requestOptions) 
 - 
                                        createVectorStoreFile create(FileCreateParams params) 
 - 
                                        createabstract VectorStoreFile create(FileCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStoreFile retrieve(String fileId, FileRetrieveParams params) Retrieves a vector store file. 
 - 
                                        retrieveVectorStoreFile retrieve(String fileId, FileRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStoreFile retrieve(FileRetrieveParams params) 
 - 
                                        retrieveabstract VectorStoreFile retrieve(FileRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateVectorStoreFile update(String fileId, FileUpdateParams params) Update attributes on a vector store file. 
 - 
                                        updateVectorStoreFile update(String fileId, FileUpdateParams params, RequestOptions requestOptions) 
 - 
                                        updateVectorStoreFile update(FileUpdateParams params) 
 - 
                                        updateabstract VectorStoreFile update(FileUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listFileListPage list(String vectorStoreId) Returns a list of vector store files. 
 - 
                                        listFileListPage list(String vectorStoreId, FileListParams params, RequestOptions requestOptions) 
 - 
                                        listFileListPage list(String vectorStoreId, FileListParams params) 
 - 
                                        listabstract FileListPage list(FileListParams params, RequestOptions requestOptions) 
 - 
                                        listFileListPage list(FileListParams params) 
 - 
                                        listFileListPage list(String vectorStoreId, RequestOptions requestOptions) 
 - 
                                        deleteVectorStoreFileDeleted delete(String fileId, FileDeleteParams params) Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the delete file endpoint. 
 - 
                                        deleteVectorStoreFileDeleted delete(String fileId, FileDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteVectorStoreFileDeleted delete(FileDeleteParams params) 
 - 
                                        deleteabstract VectorStoreFileDeleted delete(FileDeleteParams params, RequestOptions requestOptions) 
 - 
                                        contentFileContentPage content(String fileId, FileContentParams params) Retrieve the parsed contents of a vector store file. 
 - 
                                        contentFileContentPage content(String fileId, FileContentParams params, RequestOptions requestOptions) 
 - 
                                        contentFileContentPage content(FileContentParams params) 
 - 
                                        contentabstract FileContentPage content(FileContentParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-