
Ultimate access to all questions.
You have an Azure Machine Learning compute cluster 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.
What are three possible ways to reconfigure the compute cluster? Each correct answer presents a complete solution.
A
Use the Azure Machine Learning studio.
B
Run the update method of the AmlCompute class in the Python SDK.
C
Use the Azure portal.
D
Use the Azure Machine Learning designer.
E
Run the refresh_state() method of the BatchCompute class in the Python SDK._