list_experiments

Function list_experiments 

Source
pub fn list_experiments(
    hive_url: &str,
    hive_port: u32,
) -> FFIResult<FutureHandle>
Expand description

Lists all experiments on the machine learning server.

The promise outputs a Vec<ExperimentInfo>.