Designing and Implementing a Data Science Solution on Azure — Question 42

This question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the recommendation satisfies the requirements.
You are planning to make use of Azure Machine Learning designer to train models.
You need choose a suitable compute type.
Recommendation: You choose Inference cluster.
Will the requirements be satisfied?

Answer options

Correct answer: B

Explanation

The recommendation to use an Inference cluster is incorrect for training models, as Inference clusters are designed for deploying models rather than training them. For training models, a compute type such as a training cluster is required to meet the necessary requirements.