Skip to main content

list_all_experiments

Function list_all_experiments 

Source
pub async fn list_all_experiments(
    configuration: &Configuration,
    workspace: &str,
    subject_path: Option<&str>,
) -> Result<Vec<EvalExperiment>, Error<ListAllExperimentsError>>