Package com.openai.services.async
        Interface BatchServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface BatchServiceAsync.WithRawResponseA view of BatchServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract BatchServiceAsync.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<Batch>> create(BatchCreateParams params) Returns a raw HTTP response for post /batches, but is otherwise the same as BatchServiceAsync.create.
 - 
                                        createabstract CompletableFuture<HttpResponseFor<Batch>> create(BatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Batch>> retrieve(String batchId) Returns a raw HTTP response for get /batches/{batch_id}, but is otherwise the same as BatchServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Batch>> retrieve(String batchId, BatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Batch>> retrieve(String batchId, BatchRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponseFor<Batch>> retrieve(BatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Batch>> retrieve(BatchRetrieveParams params) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Batch>> retrieve(String batchId, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<BatchListPageAsync>> list() Returns a raw HTTP response for get /batches, but is otherwise the same as BatchServiceAsync.list.
 - 
                                        listabstract CompletableFuture<HttpResponseFor<BatchListPageAsync>> list(BatchListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<BatchListPageAsync>> list(BatchListParams params) 
 - 
                                        listCompletableFuture<HttpResponseFor<BatchListPageAsync>> list(RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<Batch>> cancel(String batchId) Returns a raw HTTP response for post /batches/{batch_id}/cancel, but is otherwise the same as BatchServiceAsync.cancel.
 - 
                                        cancelCompletableFuture<HttpResponseFor<Batch>> cancel(String batchId, BatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<Batch>> cancel(String batchId, BatchCancelParams params) 
 - 
                                        cancelabstract CompletableFuture<HttpResponseFor<Batch>> cancel(BatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<Batch>> cancel(BatchCancelParams params) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<Batch>> cancel(String batchId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-