get_most_recent_run

health_azure.get_most_recent_run(run_recovery_file, workspace)[source]

Gets the name of the most recently executed AzureML run, instantiates that Run object and returns it.

Parameters
  • run_recovery_file (Path) – The path of the run recovery file

  • workspace (Workspace) – Azure ML Workspace

Return type

Run

Returns

The Run