Class FileBatchServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponse
 
 public final class FileBatchServiceImpl.WithRawResponseImpl implements FileBatchService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description FileBatchService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<VectorStoreFileBatch>create(FileBatchCreateParams params, RequestOptions requestOptions)HttpResponseFor<VectorStoreFileBatch>retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<VectorStoreFileBatch>cancel(FileBatchCancelParams params, RequestOptions requestOptions)HttpResponseFor<FileBatchListFilesPage>listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponsecancel, cancel, cancel, create, create, create, listFiles, listFiles, listFiles, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsFileBatchService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createHttpResponseFor<VectorStoreFileBatch> create(FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveHttpResponseFor<VectorStoreFileBatch> retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        cancelHttpResponseFor<VectorStoreFileBatch> cancel(FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        listFilesHttpResponseFor<FileBatchListFilesPage> listFiles(FileBatchListFilesParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-