Skip to content

Commit 9468735

Browse files
committed
rename parameters in v2
1 parent b84814a commit 9468735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-create-attach-compute-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ The compute autoscales down to zero nodes when it isn't used. Dedicated VMs ar
8080

8181
# [Python SDK](#tab/python)
8282

83-
To create a persistent Azure Machine Learning Compute resource in Python, specify the **vm_size** and **max_nodes** properties. Azure Machine Learning then uses smart defaults for the other properties.
83+
To create a persistent Azure Machine Learning Compute resource in Python, specify the **size** and **max_instance** properties. Azure Machine Learning then uses smart defaults for the other properties.
8484

85-
* **vm_size**: The VM family of the nodes created by Azure Machine Learning Compute.
86-
* **max_nodes**: The max number of nodes to autoscale up to when you run a job on Azure Machine Learning Compute.
85+
* *size**: The VM family of the nodes created by Azure Machine Learning Compute.
86+
* **max_instance**: The max number of nodes to autoscale up to when you run a job on Azure Machine Learning Compute.
8787

8888
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
8989

0 commit comments

Comments
 (0)