Microsoft Azure AI Fundamentals — Question 164
You use Azure Machine Learning designer to build a model pipeline.
What should you create before you can run the pipeline?
Answer options
- A. a registered model
- B. a compute resource
- C. a Jupyter notebook
Correct answer: B
Explanation
To run a pipeline in Azure Machine Learning designer, a compute resource must be created to provide the necessary infrastructure for model training and execution. While a registered model and a Jupyter notebook can be useful, they are not prerequisites for initiating the pipeline.