Update a deployed web service with published endpoint after retraining with new pipeline parameter.

Rakesh R G 1 Reputation point
2021-02-08T07:45:12.39+00:00

I have created a model in the new Azure designer portal with some data and I have deployed it as a real-time interference pipeline. After that, I retrained the pipeline with the new pipeline parameter as mentioned in the link below.

how-to-retrain-designer

Once the model is retrained , I published it as a new endpoint and I got the RESTAPI to consume. But I don't know how to consume the updated endpoint with the REST API. Please let me know any links that helps to consume them.

Also there is no clear documentation on how to update the existing web service of the model with the old data to the new data.
Also I need to know how to do all these programmatically. Any help is appreciated. Many thanks.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,728 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bozhong Lin 81 Reputation points Microsoft Employee
    2021-02-08T07:58:05.95+00:00

    please see documentation link below:
    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-update-web-service

    Please let us know if you have any additional questions.

    0 comments No comments