fetch_run

health_azure.fetch_run(workspace, run_recovery_id)[source]

Finds an existing run in an experiment, based on a recovery ID that contains the experiment ID and the actual RunId. The run can be specified either in the experiment_name:run_id format, or just the run_id.

Parameters
  • workspace (Workspace) – the configured AzureML workspace to search for the experiment.

  • run_recovery_id (str) – The Run to find. Either in the full recovery ID format, experiment_name:run_id or just the run_id

Return type

Run

Returns

The AzureML run.