Skip to content

Commit 971b89b

Browse files
committed
typo
1 parent 9468735 commit 971b89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 **size** and **max_instance** 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_instances** properties. Azure Machine Learning then uses smart defaults for the other properties.
8484

8585
* *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.
86+
* **max_instances*: 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)