Package com.openai.services.async
        Class BatchServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.BatchServiceAsync
 
 public final class BatchServiceAsyncImpl implements BatchServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classBatchServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description BatchServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BatchServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Batch>create(BatchCreateParams params, RequestOptions requestOptions)CompletableFuture<Batch>retrieve(BatchRetrieveParams params, RequestOptions requestOptions)CompletableFuture<BatchListPageAsync>list(BatchListParams params, RequestOptions requestOptions)CompletableFuture<Batch>cancel(BatchCancelParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.BatchServiceAsynccancel, cancel, cancel, cancel, cancel, create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseBatchServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsBatchServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<Batch> create(BatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<Batch> retrieve(BatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<BatchListPageAsync> list(BatchListParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<Batch> cancel(BatchCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-