pub fn connect_to_experiment( hive_url: &str, hive_port: u32, run_id: &str, ) -> FFIResult<FutureHandle>
Connects to an existing experiment.
The promise outputs a TrainingHandle.
TrainingHandle