
Answer-first summary for fast verification
Answer: No
The question asks whether using an inference cluster is appropriate for training models in Azure Machine Learning designer. Inference clusters (Azure Kubernetes Service or Azure Container Instances) are designed for deploying and serving trained models for real-time or batch inference, not for training. Training requires compute clusters (like Azure ML Compute) that can handle distributed training, scaling, and iterative model development. The community discussion unanimously supports this with 100% selecting 'No' (B), and comments explicitly state that inference clusters are for deployment, not training, with the top comment having 11 upvotes reinforcing this distinction.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are using Azure Machine Learning designer to train models and need to select an appropriate compute type. The recommendation is to use an inference cluster.
Does this recommendation meet the requirement?
A
Yes
B
No