79288207

Date: 2024-12-17 14:16:27
Score: 1
Natty:
Report link

From within an AzureML pipeline (SDK v2), you can read the run_id from an environment variable and then get the display name as follows

client = MLClient( ... )
job = client.jobs.get(os.environ["AZUREML_RUN_ID"])
job.display_name
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: techtech