Interface RunService
- 
                    
                    - All Implemented Interfaces:
 
 public interface RunService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceRunService.WithRawResponseA view of RunService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract RunService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract RunService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        outputItemsabstract OutputItemService outputItems() 
 - 
                                        createRunCreateResponse 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. 
 - 
                                        createRunCreateResponse create(String evalId, RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        createRunCreateResponse create(RunCreateParams params) 
 - 
                                        createabstract RunCreateResponse create(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveRunRetrieveResponse retrieve(String runId, RunRetrieveParams params) Get an evaluation run by ID. 
 - 
                                        retrieveRunRetrieveResponse retrieve(String runId, RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveRunRetrieveResponse retrieve(RunRetrieveParams params) 
 - 
                                        retrieveabstract RunRetrieveResponse retrieve(RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listRunListPage list(String evalId) Get a list of runs for an evaluation. 
 - 
                                        listRunListPage list(String evalId, RunListParams params, RequestOptions requestOptions) 
 - 
                                        listRunListPage list(String evalId, RunListParams params) 
 - 
                                        listabstract RunListPage list(RunListParams params, RequestOptions requestOptions) 
 - 
                                        listRunListPage list(RunListParams params) 
 - 
                                        listRunListPage list(String evalId, RequestOptions requestOptions) 
 - 
                                        deleteRunDeleteResponse delete(String runId, RunDeleteParams params) Delete an eval run. 
 - 
                                        deleteRunDeleteResponse delete(String runId, RunDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteRunDeleteResponse delete(RunDeleteParams params) 
 - 
                                        deleteabstract RunDeleteResponse delete(RunDeleteParams params, RequestOptions requestOptions) 
 - 
                                        cancelRunCancelResponse cancel(String runId, RunCancelParams params) Cancel an ongoing evaluation run. 
 - 
                                        cancelRunCancelResponse cancel(String runId, RunCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelRunCancelResponse cancel(RunCancelParams params) 
 - 
                                        cancelabstract RunCancelResponse cancel(RunCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-