connect_to_experiment

Function connect_to_experiment 

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

Connects to an existing experiment.

The promise outputs a TrainingHandle.