Class FileBatchServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.vectorstores.FileBatchService 
public final class FileBatchServiceImpl implements FileBatchService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileBatchServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier 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.FileBatchService
cancel, cancel, cancel, create, create, create, listFiles, listFiles, listFiles, retrieve, retrieve, retrieve - 
                                        
                                    
                                        
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
FileBatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
FileBatchService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
create
VectorStoreFileBatch create(FileBatchCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
VectorStoreFileBatch retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
cancel
VectorStoreFileBatch cancel(FileBatchCancelParams params, RequestOptions requestOptions)
 
- 
                                        
listFiles
FileBatchListFilesPage listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -