Skip to main content

collect_experiment

Function collect_experiment 

Source
pub async fn collect_experiment(
    configuration: &Configuration,
    workspace: &str,
    id: &str,
) -> Result<i32, Error<CollectExperimentError>>
Expand description

Called by a run’s own flow as its last step. The answers and scores a run produced live in its jobs, which have their own retention; this copies them onto the run’s rows. Reading a run does the same, so this is what covers a run nobody opened.