Microsoft
AI-900 · Question #17
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…
The correct answer is C. the authentication key D. the REST endpoint. You can consume a published pipeline in 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…
Submitted by carter_n· Mar 30, 2026Describe fundamental principles of machine learning on Azure
Question
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.
Options
- Athe model name
- Bthe training endpoint
- Cthe authentication key
- Dthe REST endpoint
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- C90% (27)
Explanation
You can consume a published pipeline in 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 https://docs.microsoft.com/en-in/learn/modules/create-regression-model-azure-machine-learning- designer/deploy-service
Topics
#Azure Machine Learning designer#Inference pipeline#REST endpoint#Authentication key
Community Discussion
No community discussion yet for this question.