Function create_eval_run

Source
pub fn create_eval_run<C, Fut, B, E>(
    client: C,
    params: &CreateEvalRunParams,
    request: &CreateEvalRunRequest,
) -> CreateEvalRun<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

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.