Package com.openai.services.blocking
        Class VectorStoreServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.VectorStoreService
 
 public final class VectorStoreServiceImpl implements VectorStoreService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description VectorStoreService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. VectorStoreServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. FileServicefiles()FileBatchServicefileBatches()VectorStorecreate(VectorStoreCreateParams params, RequestOptions requestOptions)VectorStoreretrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)VectorStoreupdate(VectorStoreUpdateParams params, RequestOptions requestOptions)VectorStoreListPagelist(VectorStoreListParams params, RequestOptions requestOptions)VectorStoreDeleteddelete(VectorStoreDeleteParams params, RequestOptions requestOptions)VectorStoreSearchPagesearch(VectorStoreSearchParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.VectorStoreServicecreate, 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- 
                                        withRawResponseVectorStoreService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsVectorStoreService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        filesFileService files() 
 - 
                                        fileBatchesFileBatchService fileBatches() 
 - 
                                        createVectorStore create(VectorStoreCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStore retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateVectorStore update(VectorStoreUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listVectorStoreListPage list(VectorStoreListParams params, RequestOptions requestOptions) 
 - 
                                        deleteVectorStoreDeleted delete(VectorStoreDeleteParams params, RequestOptions requestOptions) 
 - 
                                        searchVectorStoreSearchPage search(VectorStoreSearchParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-