From e9c43d84a0667bf3a3b9270e3a41157472580042 Mon Sep 17 00:00:00 2001 From: Laurence <60625046+laurence-dorman@users.noreply.github.com> Date: Sun, 17 Aug 2025 12:57:28 +0100 Subject: [PATCH] Update how-to-train-model.md Update documented compute cluster name --- articles/machine-learning/how-to-train-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/machine-learning/how-to-train-model.md b/articles/machine-learning/how-to-train-model.md index 480ba83877..a6af264adb 100644 --- a/articles/machine-learning/how-to-train-model.md +++ b/articles/machine-learning/how-to-train-model.md @@ -137,7 +137,7 @@ When you train using the REST API, data and training scripts must be uploaded to > [!NOTE] > To try [serverless compute](./how-to-use-serverless-compute.md), skip this step and proceed to [ 3. Submit the training job](#3-submit-the-training-job). -An Azure Machine Learning compute cluster is a fully managed compute resource that can be used to run the training job. In the following examples, a compute cluster named `cpu-compute` is created. +An Azure Machine Learning compute cluster is a fully managed compute resource that can be used to run the training job. In the following examples, a compute cluster named `cpu-cluster` is created.