HOTSPOT
-
You manage an Azure Machine Learning workspace by using the Python SDK v2.
You must create a compute cluster in the workspace. The compute cluster must run workloads and property handle interruptions. You start by calculating the maximum amount of compute resources required by the workloads and size the cluster to match the calculations.
The cluster definition includes the following properties and values:
• names=“mlcluster”
• size=“STANDARD_DS3_v2”
• min_instances=1
• max_instances=4
• tier=“dedicated“
The cost of the compute resources must be minimized when a workload is active or idle. Cluster property changes must not affect the maximum amount of compute resources available to the workloads run on the cluster.
You need to modify the cluster properties to minimize the cost of compute resources.
Which properties should you modify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
damaldon
Highly Voted 9 months, 3 weeks agoMal42
Highly Voted 8 months, 1 week ago