pub fn experiment_config_from_registry(
hive_url: &str,
hive_port: u32,
run_id: &str,
) -> FFIResult<ExperimentConfigFuture>Expand description
Retrieves the configuration for an experiment without connecting to it.
This is useful for downloading snapshots from experiments that are no longer running on the server and thus it is not possible to connect to them.
The user specified configuration is usually a json blob specified when creating the experiment. This may require it to be downloaded from the hive server.