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 Summary
Modifier 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.WithRawResponse
create, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
VectorStoreService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
files
FileService.WithRawResponse files()
 
- 
                                        
fileBatches
FileBatchService.WithRawResponse fileBatches()
 
- 
                                        
create
HttpResponseFor<VectorStore> create(VectorStoreCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
HttpResponseFor<VectorStore> retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
update
HttpResponseFor<VectorStore> update(VectorStoreUpdateParams params, RequestOptions requestOptions)
 
- 
                                        
list
HttpResponseFor<VectorStoreListPage> list(VectorStoreListParams params, RequestOptions requestOptions)
 
- 
                                        
delete
HttpResponseFor<VectorStoreDeleted> delete(VectorStoreDeleteParams params, RequestOptions requestOptions)
 
- 
                                        
search
HttpResponseFor<VectorStoreSearchPage> search(VectorStoreSearchParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -