pub fn create_eval_run<C, Fut, B, E>(
client: C,
params: &CreateEvalRunParams,
request: &CreateEvalRunRequest,
) -> CreateEvalRun<Fut, B, E> ⓘ
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.