Interface FileBatchServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface FileBatchServiceAsync.WithRawResponseA view of FileBatchServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract FileBatchServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> create(String vectorStoreId, FileBatchCreateParams params) Returns a raw HTTP response for post /vector_stores/{vector_store_id}/file_batches, but is otherwise the same as FileBatchServiceAsync.create.
 - 
                                        createCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> create(String vectorStoreId, FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        createCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> create(FileBatchCreateParams params) 
 - 
                                        createabstract CompletableFuture<HttpResponseFor<VectorStoreFileBatch>> create(FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> retrieve(String batchId, FileBatchRetrieveParams params) Returns a raw HTTP response for get /vector_stores/{vector_store_id}/file_batches/{batch_id}, but is otherwise the same as FileBatchServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> retrieve(String batchId, FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> retrieve(FileBatchRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponseFor<VectorStoreFileBatch>> retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> cancel(String batchId, FileBatchCancelParams params) Returns a raw HTTP response for post /vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel, but is otherwise the same as FileBatchServiceAsync.cancel.
 - 
                                        cancelCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> cancel(String batchId, FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<VectorStoreFileBatch>> cancel(FileBatchCancelParams params) 
 - 
                                        cancelabstract CompletableFuture<HttpResponseFor<VectorStoreFileBatch>> cancel(FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        listFilesCompletableFuture<HttpResponseFor<FileBatchListFilesPageAsync>> listFiles(String batchId, FileBatchListFilesParams params) Returns a raw HTTP response for get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files, but is otherwise the same as FileBatchServiceAsync.listFiles.
 - 
                                        listFilesCompletableFuture<HttpResponseFor<FileBatchListFilesPageAsync>> listFiles(String batchId, FileBatchListFilesParams params, RequestOptions requestOptions) 
 - 
                                        listFilesCompletableFuture<HttpResponseFor<FileBatchListFilesPageAsync>> listFiles(FileBatchListFilesParams params) 
 - 
                                        listFilesabstract CompletableFuture<HttpResponseFor<FileBatchListFilesPageAsync>> listFiles(FileBatchListFilesParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-