Interface FileBatchService
- 
                    
                    - All Implemented Interfaces:
 
 public interface FileBatchService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceFileBatchService.WithRawResponseA view of FileBatchService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract FileBatchService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract FileBatchService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createVectorStoreFileBatch create(String vectorStoreId, FileBatchCreateParams params) Create a vector store file batch. 
 - 
                                        createVectorStoreFileBatch create(String vectorStoreId, FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        createVectorStoreFileBatch create(FileBatchCreateParams params) 
 - 
                                        createabstract VectorStoreFileBatch create(FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStoreFileBatch retrieve(String batchId, FileBatchRetrieveParams params) Retrieves a vector store file batch. 
 - 
                                        retrieveVectorStoreFileBatch retrieve(String batchId, FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStoreFileBatch retrieve(FileBatchRetrieveParams params) 
 - 
                                        retrieveabstract VectorStoreFileBatch retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        cancelVectorStoreFileBatch cancel(String batchId, FileBatchCancelParams params) Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible. 
 - 
                                        cancelVectorStoreFileBatch cancel(String batchId, FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelVectorStoreFileBatch cancel(FileBatchCancelParams params) 
 - 
                                        cancelabstract VectorStoreFileBatch cancel(FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        listFilesFileBatchListFilesPage listFiles(String batchId, FileBatchListFilesParams params) Returns a list of vector store files in a batch. 
 - 
                                        listFilesFileBatchListFilesPage listFiles(String batchId, FileBatchListFilesParams params, RequestOptions requestOptions) 
 - 
                                        listFilesFileBatchListFilesPage listFiles(FileBatchListFilesParams params) 
 - 
                                        listFilesabstract FileBatchListFilesPage listFiles(FileBatchListFilesParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-