You use Azure Machine Learning designer to publish an inference pipeline.

You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to consume the pipeline? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. the model name
B. the training endpoint
C. the authentication key
D. the REST endpoint

microsoft-exams

2 thoughts on “You use Azure Machine Learning designer to publish an inference pipeline.

  1. Now you can test your deployed service from a client application – in this case, you’ll use the code in the cell below to simulate a client application.
    1. On the Endpoints page, open the predict-auto-price real-time endpoint.
    2. When the predict-auto-price endpoint opens, view the Consume tab and note the following information there. You need this to connect to your deployed service from a client application.
    You can consume a published pipeline on the Published pipelines page. Select a published pipeline and find the REST endpoint of it.
    To consume the pipeline, you need:
    ✑ The REST endpoint for your service
    ✑ The Primary Key for your service
    Reference: Run batch predictions using Azure Machine Learning designer

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.