DP-100 · Question #371
You create an Azure Machine Learning managed compute resource. The compute resource is configured as follows: - Minimum nodes: 2 - Maximum nodes: 4 You must decrease the minimum number of nodes and…
The correct answer is B. MLClient class in Python SDK v2 C. Azure Machine Learning studio D. Azure CLI ml extension v2. The compute autoscales down to zero nodes when it isn't used. Dedicated VMs are created to run your jobs as needed. Use the following examples to create a compute cluster: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-compute…
Question
Options
- AAzure Machine Learning designer
- BMLClient class in Python SDK v2
- CAzure Machine Learning studio
- DAzure CLI ml extension v2
- EBuildContext class in Python SDK v2
How the community answered
(68 responses)- A3% (2)
- B88% (60)
- E9% (6)
Explanation
The compute autoscales down to zero nodes when it isn't used. Dedicated VMs are created to run your jobs as needed. Use the following examples to create a compute cluster: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-compute- cluster?view=azureml-api-2&tabs=python#create
Topics
Community Discussion
No community discussion yet for this question.