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 Summary
Nested Classes Modifier and Type Class Description public final classRunServiceAsyncImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier 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.RunServiceAsync
cancel, cancel, cancel, create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve - 
                                        
                                    
                                        
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
RunServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
RunServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
outputItems
OutputItemServiceAsync outputItems()
 
- 
                                        
create
CompletableFuture<RunCreateResponse> create(RunCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
CompletableFuture<RunRetrieveResponse> retrieve(RunRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
list
CompletableFuture<RunListPageAsync> list(RunListParams params, RequestOptions requestOptions)
 
- 
                                        
delete
CompletableFuture<RunDeleteResponse> delete(RunDeleteParams params, RequestOptions requestOptions)
 
- 
                                        
cancel
CompletableFuture<RunCancelResponse> cancel(RunCancelParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -