DP-100 · Question #476
You train and publish a machine learning model. You need to run a pipeline that retrains the model based on a trigger from an external system. What should you configure?
The correct answer is C. Azure Logic App. Azure Logic Apps is the correct service for triggering an Azure Machine Learning pipeline retraining run based on an external system event. A published Azure ML pipeline exposes a REST endpoint that can be called programmatically. Logic Apps can receive HTTP requests or events…
Question
Options
- AAzure Data Catalog
- BAzure Batch
- CAzure Logic App
How the community answered
(48 responses)- A8% (4)
- B21% (10)
- C71% (34)
Explanation
Azure Logic Apps is the correct service for triggering an Azure Machine Learning pipeline retraining run based on an external system event. A published Azure ML pipeline exposes a REST endpoint that can be called programmatically. Logic Apps can receive HTTP requests or events from virtually any external system (via hundreds of built-in connectors or webhook triggers) and then call the Azure ML pipeline's REST endpoint to initiate a retraining run. Azure Data Catalog is a metadata and data governance service with no pipeline-triggering capability. Azure Batch is a high-performance computing service for running large-scale parallel workloads and does not provide event-driven workflow orchestration to connect external triggers to ML pipelines.
Topics
Community Discussion
No community discussion yet for this question.