Class RunServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.evals.RunService
 
 public final class RunServiceImpl implements RunService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRunServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description RunService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RunServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OutputItemServiceoutputItems()RunCreateResponsecreate(RunCreateParams params, RequestOptions requestOptions)RunRetrieveResponseretrieve(RunRetrieveParams params, RequestOptions requestOptions)RunListPagelist(RunListParams params, RequestOptions requestOptions)RunDeleteResponsedelete(RunDeleteParams params, RequestOptions requestOptions)RunCancelResponsecancel(RunCancelParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.evals.RunServicecancel, cancel, cancel, create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseRunService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsRunService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        outputItemsOutputItemService outputItems() 
 - 
                                        createRunCreateResponse create(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveRunRetrieveResponse retrieve(RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listRunListPage list(RunListParams params, RequestOptions requestOptions) 
 - 
                                        deleteRunDeleteResponse delete(RunDeleteParams params, RequestOptions requestOptions) 
 - 
                                        cancelRunCancelResponse cancel(RunCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-