Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
272 views

ClientAuthenticationError when trying to upload a registered component to Azure ML using Python Azure ML SDK v2

Would appreciate any help resolving the following issue, and if anyone knows a way to import a model from Azure Model Reigstry into Azure ML Pipelines. I'm using the latest version of Azure ML SDK v2 ...
WeMoveOn's user avatar
1 vote
0 answers
226 views

AzureML Python SDK OutputFileDatasetConfig and Datastore

I am new to Azure and dealing with all these paths is proving to be extremely challenging. I am trying to create a pipeline that contains a dataprep.py step and an AutoML step. What i want to do is (...
Mavil's user avatar
  • 95
4 votes
2 answers
3k views

Azure ML workspace: how to publish pipeline to existing endpoint instead of creating new

I'm working on deploying an inference pipeline in Azure machine learning workspace. I have created a pipeline using a couple of PythonScriptSteps and want to automate the pipeline publishing using CI/...
subra's user avatar
  • 41