Package com.openai.services.async
        Class VectorStoreServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
 
 public final class VectorStoreServiceAsyncImpl.WithRawResponseImpl implements VectorStoreServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.VectorStoreServiceAsync.WithRawResponsecreate, 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- 
                                        withOptionsVectorStoreServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        fileBatchesFileBatchServiceAsync.WithRawResponse fileBatches() 
 - 
                                        createCompletableFuture<HttpResponseFor<VectorStore>> create(VectorStoreCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<VectorStore>> retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<VectorStore>> update(VectorStoreUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<VectorStoreListPageAsync>> list(VectorStoreListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<VectorStoreDeleted>> delete(VectorStoreDeleteParams params, RequestOptions requestOptions) 
 - 
                                        searchCompletableFuture<HttpResponseFor<VectorStoreSearchPageAsync>> search(VectorStoreSearchParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-