Package com.openai.services.async.evals
        Interface RunServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface RunServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceRunServiceAsync.WithRawResponseA view of RunServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract RunServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract RunServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        outputItemsabstract OutputItemServiceAsync outputItems() 
 - 
                                        createCompletableFuture<RunCreateResponse> create(String evalId, RunCreateParams params) Kicks off a new run for a given evaluation, specifying the data source, and what model configuration to use to test. The datasource will be validated against the schema specified in the config of the evaluation. 
 - 
                                        createCompletableFuture<RunCreateResponse> create(String evalId, RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        createCompletableFuture<RunCreateResponse> create(RunCreateParams params) 
 - 
                                        createabstract CompletableFuture<RunCreateResponse> create(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<RunRetrieveResponse> retrieve(String runId, RunRetrieveParams params) Get an evaluation run by ID. 
 - 
                                        retrieveCompletableFuture<RunRetrieveResponse> retrieve(String runId, RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<RunRetrieveResponse> retrieve(RunRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<RunRetrieveResponse> retrieve(RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<RunListPageAsync> list(String evalId) Get a list of runs for an evaluation. 
 - 
                                        listCompletableFuture<RunListPageAsync> list(String evalId, RunListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<RunListPageAsync> list(String evalId, RunListParams params) 
 - 
                                        listabstract CompletableFuture<RunListPageAsync> list(RunListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<RunListPageAsync> list(RunListParams params) 
 - 
                                        listCompletableFuture<RunListPageAsync> list(String evalId, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<RunDeleteResponse> delete(String runId, RunDeleteParams params) Delete an eval run. 
 - 
                                        deleteCompletableFuture<RunDeleteResponse> delete(String runId, RunDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<RunDeleteResponse> delete(RunDeleteParams params) 
 - 
                                        deleteabstract CompletableFuture<RunDeleteResponse> delete(RunDeleteParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<RunCancelResponse> cancel(String runId, RunCancelParams params) Cancel an ongoing evaluation run. 
 - 
                                        cancelCompletableFuture<RunCancelResponse> cancel(String runId, RunCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<RunCancelResponse> cancel(RunCancelParams params) 
 - 
                                        cancelabstract CompletableFuture<RunCancelResponse> cancel(RunCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-