how to download the python code for a pipeline created from AML designer

ravi kumar 0 Reputation points
2024-01-19T12:49:50.23+00:00

i am relatively new to AML Studio. i created a machine learning pipeline in AML studio and ran it as a successful Job. I want to download the python code for the entire job so that i can run it outside the studio in my own azure virtual machine. But i dont see an option to export the code for the entire successful job. instead i see only code for each individual component. Stiching together the code for all the 10 components used in my pipeline job is very tedious and error prone. Its strange that the AML Studio does not have an option to export the pipeline Job into a complete python code. Am i missing some information here. Please help. Thank You

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

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,826 Reputation points
    2024-01-22T03:46:32.7833333+00:00

    Thanks for the question, As shown in the below we have an option to export code in the AML designer. User's image

    However, you can use the Python SDK or the CLI to export the pipeline to code.This allows you to define each step of your pipeline in Python and then execute the entire pipeline as a single job.

    0 comments No comments

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.