admin管理员组

文章数量:1023773

I have a working v2 pipeline in Azure Machine Learning that I want to run from Synapse. However, I cannot select my pipelines from the dropdown menu.

I have a working linked service and a non-self-hosted integration runtime. When I click 'Open in Azure Portal', it brings me straight to the Pipelines page in my Azure ML environment.

The pipeline is also made available as a batch endpoint in Azure ML.

How do I get Synapse to start a pipeline job in Machine Learning?

I have a working v2 pipeline in Azure Machine Learning that I want to run from Synapse. However, I cannot select my pipelines from the dropdown menu.

I have a working linked service and a non-self-hosted integration runtime. When I click 'Open in Azure Portal', it brings me straight to the Pipelines page in my Azure ML environment.

The pipeline is also made available as a batch endpoint in Azure ML.

How do I get Synapse to start a pipeline job in Machine Learning?

Share Improve this question edited Nov 19, 2024 at 13:07 Braamstruik asked Nov 19, 2024 at 10:34 BraamstruikBraamstruik 2732 silver badges13 bronze badges 2
  • are you facing any error? – Pratik Lad Commented Nov 19, 2024 at 10:39
  • The 'Name of Machine Learning pipeline' dropdown just is empty ('no results found'), see the red underlined in the first screenshot – Braamstruik Commented Nov 19, 2024 at 11:03
Add a comment  | 

1 Answer 1

Reset to default 1

I got similar results when I tried the above scenario.

To resolve the above issue, make sure you publish the ML pipeline. Go to ML workspace -> Pipelines -> Pipeline endpoints and verify your pipeline endpoint should be here.

If not publish the pipeline by creating new pipeline endpoint.

Now, the pipeline will show up in the dropdown of the Synapse pipeline activity as shown below.

I have a working v2 pipeline in Azure Machine Learning that I want to run from Synapse. However, I cannot select my pipelines from the dropdown menu.

I have a working linked service and a non-self-hosted integration runtime. When I click 'Open in Azure Portal', it brings me straight to the Pipelines page in my Azure ML environment.

The pipeline is also made available as a batch endpoint in Azure ML.

How do I get Synapse to start a pipeline job in Machine Learning?

I have a working v2 pipeline in Azure Machine Learning that I want to run from Synapse. However, I cannot select my pipelines from the dropdown menu.

I have a working linked service and a non-self-hosted integration runtime. When I click 'Open in Azure Portal', it brings me straight to the Pipelines page in my Azure ML environment.

The pipeline is also made available as a batch endpoint in Azure ML.

How do I get Synapse to start a pipeline job in Machine Learning?

Share Improve this question edited Nov 19, 2024 at 13:07 Braamstruik asked Nov 19, 2024 at 10:34 BraamstruikBraamstruik 2732 silver badges13 bronze badges 2
  • are you facing any error? – Pratik Lad Commented Nov 19, 2024 at 10:39
  • The 'Name of Machine Learning pipeline' dropdown just is empty ('no results found'), see the red underlined in the first screenshot – Braamstruik Commented Nov 19, 2024 at 11:03
Add a comment  | 

1 Answer 1

Reset to default 1

I got similar results when I tried the above scenario.

To resolve the above issue, make sure you publish the ML pipeline. Go to ML workspace -> Pipelines -> Pipeline endpoints and verify your pipeline endpoint should be here.

If not publish the pipeline by creating new pipeline endpoint.

Now, the pipeline will show up in the dropdown of the Synapse pipeline activity as shown below.

本文标签: How to run an Azure Machine Learning pipeline from SynapseStack Overflow