
Answer-first summary for fast verification
Answer: MLClient class in Python SDK v2, Azure Machine Learning studio, Azure CLI ml extension v2
The question requires identifying three methods to reconfigure an Azure Machine Learning managed compute cluster's node scaling settings. Based on Azure ML documentation and community consensus (BCD with 86% agreement and multiple upvoted comments), the correct methods are: B (MLClient class in Python SDK v2), C (Azure Machine Learning studio), and D (Azure CLI ml extension v2). These three methods allow updating compute cluster properties including minimum and maximum nodes. Option A (Azure Machine Learning designer) is incorrect as it doesn't support compute cluster configuration changes - this is confirmed by community comments noting 'You cannot scale the instances from the AML Designer.' Option E (BuildContext class in Python SDK v2) is incorrect as this class is used for building environments, not managing compute resources.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure Machine Learning managed compute resource configured with a minimum of 2 nodes and a maximum of 4 nodes. You need to reconfigure it to have a minimum of 0 nodes and a maximum of 8 nodes.
Which three methods can you use to achieve this? Each correct answer presents a complete solution.
A
Azure Machine Learning designer
B
MLClient class in Python SDK v2
C
Azure Machine Learning studio
D
Azure CLI ml extension v2
E
BuildContext class in Python SDK v2
No comments yet.