Class FileBatchServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.vectorstores.FileBatchServiceAsync
 
 public final class FileBatchServiceAsyncImpl implements FileBatchServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileBatchServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description FileBatchServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FileBatchServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<VectorStoreFileBatch>create(FileBatchCreateParams params, RequestOptions requestOptions)CompletableFuture<VectorStoreFileBatch>retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)CompletableFuture<VectorStoreFileBatch>cancel(FileBatchCancelParams params, RequestOptions requestOptions)CompletableFuture<FileBatchListFilesPageAsync>listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.vectorstores.FileBatchServiceAsynccancel, cancel, cancel, create, create, create, listFiles, listFiles, listFiles, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseFileBatchServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsFileBatchServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<VectorStoreFileBatch> create(FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<VectorStoreFileBatch> retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<VectorStoreFileBatch> cancel(FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        listFilesCompletableFuture<FileBatchListFilesPageAsync> listFiles(FileBatchListFilesParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-