
Ultimate access to all questions.
You are using Azure Machine Learning designer to create a training pipeline for a regression model. You need to prepare the pipeline to be deployed as an endpoint that performs asynchronous batch predictions on a dataset. What should you do?
A
Clone the training pipeline.
B
Create a batch inference pipeline from the training pipeline.
C
Create a real-time inference pipeline from the training pipeline.
D
Replace the dataset in the training pipeline with an Enter Data Manually module.