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>.
pub fn list_experiments(
hive_url: &str,
hive_port: u32,
) -> FFIResult<FutureHandle>Lists all experiments on the machine learning server.
The promise outputs a Vec<ExperimentInfo>.