Package com.openai.services.async
        Class VectorStoreServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.VectorStoreServiceAsync
 
 public final class VectorStoreServiceAsyncImpl implements VectorStoreServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.VectorStoreServiceAsynccreate, create, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, search, search, search, update, update, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseVectorStoreServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsVectorStoreServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        filesFileServiceAsync files() 
 - 
                                        fileBatchesFileBatchServiceAsync fileBatches() 
 - 
                                        createCompletableFuture<VectorStore> create(VectorStoreCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<VectorStore> retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<VectorStore> update(VectorStoreUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<VectorStoreListPageAsync> list(VectorStoreListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<VectorStoreDeleted> delete(VectorStoreDeleteParams params, RequestOptions requestOptions) 
 - 
                                        searchCompletableFuture<VectorStoreSearchPageAsync> search(VectorStoreSearchParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-