Class FileBatchServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.vectorstores.FileBatchService
 
 public final class FileBatchServiceImpl implements FileBatchService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileBatchServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description FileBatchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FileBatchServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VectorStoreFileBatchcreate(FileBatchCreateParams params, RequestOptions requestOptions)VectorStoreFileBatchretrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)VectorStoreFileBatchcancel(FileBatchCancelParams params, RequestOptions requestOptions)FileBatchListFilesPagelistFiles(FileBatchListFilesParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.vectorstores.FileBatchServicecancel, 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- 
                                        withRawResponseFileBatchService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsFileBatchService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createVectorStoreFileBatch create(FileBatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveVectorStoreFileBatch retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        cancelVectorStoreFileBatch cancel(FileBatchCancelParams params, RequestOptions requestOptions) 
 - 
                                        listFilesFileBatchListFilesPage listFiles(FileBatchListFilesParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-