
Explanation:
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.
Ultimate access to all questions.
No comments yet.