Package com.openai.services.blocking
        Class VectorStoreServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.VectorStoreService.WithRawResponse
 
 public final class VectorStoreServiceImpl.WithRawResponseImpl implements VectorStoreService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description VectorStoreService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileService.WithRawResponsefiles()FileBatchService.WithRawResponsefileBatches()HttpResponseFor<VectorStore>create(VectorStoreCreateParams params, RequestOptions requestOptions)HttpResponseFor<VectorStore>retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<VectorStore>update(VectorStoreUpdateParams params, RequestOptions requestOptions)HttpResponseFor<VectorStoreListPage>list(VectorStoreListParams params, RequestOptions requestOptions)HttpResponseFor<VectorStoreDeleted>delete(VectorStoreDeleteParams params, RequestOptions requestOptions)HttpResponseFor<VectorStoreSearchPage>search(VectorStoreSearchParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.VectorStoreService.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- 
                                        withOptionsVectorStoreService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        filesFileService.WithRawResponse files() 
 - 
                                        fileBatchesFileBatchService.WithRawResponse fileBatches() 
 - 
                                        createHttpResponseFor<VectorStore> create(VectorStoreCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveHttpResponseFor<VectorStore> retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateHttpResponseFor<VectorStore> update(VectorStoreUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listHttpResponseFor<VectorStoreListPage> list(VectorStoreListParams params, RequestOptions requestOptions) 
 - 
                                        deleteHttpResponseFor<VectorStoreDeleted> delete(VectorStoreDeleteParams params, RequestOptions requestOptions) 
 - 
                                        searchHttpResponseFor<VectorStoreSearchPage> search(VectorStoreSearchParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-