Package com.openai.services.async.evals
        Class RunServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.evals.RunServiceAsync
 
 public final class RunServiceAsyncImpl implements RunServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRunServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description RunServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RunServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OutputItemServiceAsyncoutputItems()CompletableFuture<RunCreateResponse>create(RunCreateParams params, RequestOptions requestOptions)CompletableFuture<RunRetrieveResponse>retrieve(RunRetrieveParams params, RequestOptions requestOptions)CompletableFuture<RunListPageAsync>list(RunListParams params, RequestOptions requestOptions)CompletableFuture<RunDeleteResponse>delete(RunDeleteParams params, RequestOptions requestOptions)CompletableFuture<RunCancelResponse>cancel(RunCancelParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.evals.RunServiceAsynccancel, 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- 
                                        withRawResponseRunServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsRunServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        outputItemsOutputItemServiceAsync outputItems() 
 - 
                                        createCompletableFuture<RunCreateResponse> create(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<RunRetrieveResponse> retrieve(RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<RunListPageAsync> list(RunListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<RunDeleteResponse> delete(RunDeleteParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<RunCancelResponse> cancel(RunCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-