Link Job (Run) to registered model

Berger Jan (ITKG/EPM-ISY1.1) 20 Reputation points
2023-07-31T10:52:01.1066667+00:00

Hi,

I am using the PythonSDK with azureml-core==1.46.0 to submit an experiment with Experiment(workspace, experiment_name).submit(pipeline, pipeline_parameters). In this Run I am training and registering a model. I would like to link the Run/Job in this registered Model. The AzureML-UI has already a column prepared for this:
grafik

I use Model.register(workspace, model_path, model_name, ...). Is there a way to link this Job/Run in the register-step?

Thanks

Jan

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ramr-msft 17,826 Reputation points
    2023-07-31T12:31:14.93+00:00

    @Berger Jan (ITKG/EPM-ISY1.1) Thanks for the question, you can link the Run/Job in the registered Model. Run.register_model() will allow you to see the Experiment name and the Run ID in the Azure Machine Learning Studio.

    Here is the sample for managing the Runs.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.