Package com.openai.services.blocking
        Class BatchServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.BatchService.WithRawResponse
 
 public final class BatchServiceImpl.WithRawResponseImpl implements BatchService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description BatchService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<Batch>create(BatchCreateParams params, RequestOptions requestOptions)HttpResponseFor<Batch>retrieve(BatchRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<BatchListPage>list(BatchListParams params, RequestOptions requestOptions)HttpResponseFor<Batch>cancel(BatchCancelParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.BatchService.WithRawResponsecancel, 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- 
                                        withOptionsBatchService.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<Batch> create(BatchCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveHttpResponseFor<Batch> retrieve(BatchRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listHttpResponseFor<BatchListPage> list(BatchListParams params, RequestOptions requestOptions) 
 - 
                                        cancelHttpResponseFor<Batch> cancel(BatchCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-