Package com.openai.services.blocking
        Class BatchServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.BatchService
 
 public final class BatchServiceImpl implements BatchService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classBatchServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description BatchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BatchServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Batchcreate(BatchCreateParams params, RequestOptions requestOptions)Batchretrieve(BatchRetrieveParams params, RequestOptions requestOptions)BatchListPagelist(BatchListParams params, RequestOptions requestOptions)Batchcancel(BatchCancelParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.BatchServicecancel, cancel, cancel, cancel, cancel, create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseBatchService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsBatchService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createBatch create(BatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveBatch retrieve(BatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listBatchListPage list(BatchListParams params, RequestOptions requestOptions) 
 - 
                                        cancelBatch cancel(BatchCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-