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. :type run_recovery_file: Path :param run_recovery_file: The path of the run recovery file :type workspace: Workspace :param workspace: Azure ML Workspace :rtype: Run :return: The Run