Skip to content

Commit e1fff2c

Browse files
authored
Merge pull request #118248 from sonalim-0/main
Updating docs for Unified Job Submission
2 parents ed10834 + 8617370 commit e1fff2c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

articles/machine-learning/how-to-train-with-ui.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 11/04/2022
1313
ms.reviewer: ssalgado
1414
---
1515

16-
# Submit a training job in Studio (preview)
16+
# Submit a training job in Studio
1717

1818
There are many ways to create a training job with Azure Machine Learning. You can use the CLI (see [Train models (create jobs)](how-to-train-model.md)), the REST API (see [Train models with REST (preview)](how-to-train-with-rest.md)), or you can use the UI to directly create a training job. In this article, you'll learn how to use your own data and code to train a machine learning model with a guided experience for submitting training jobs in Azure Machine Learning studio.
1919

@@ -33,12 +33,9 @@ There are many ways to create a training job with Azure Machine Learning. You ca
3333

3434
1. Select your subscription and workspace.
3535

36-
* Navigate to the Azure Machine Learning Studio and enable the feature by clicking open the preview panel.
37-
[![Azure Machine Learning studio preview panel allowing users to enable preview features.](media/how-to-train-with-ui/preview-panel.png)](media/how-to-train-with-ui/preview-panel.png)
38-
3936

40-
* You may enter the job creation UI from the homepage. Click **Create new** and select **Job**.
41-
[![Azure Machine Learning studio homepage](media/how-to-train-with-ui/home-entry.png)](media/how-to-train-with-ui/home-entry.png)
37+
* You may enter the job creation UI from the homepage. Click **Create new** and select **Job**.
38+
[![Azure Machine Learning studio homepage](media/how-to-train-with-ui/unified-job-submission-home.png)](media/how-to-train-with-ui/unified-job-submission-home.png)
4239

4340
In this wizard, you can select your method of training, complete the rest of the submission wizard based on your selection, and submit the training job. Below we will walk through the wizard for running a custom script (command job).
4441

585 KB
Loading

0 commit comments

Comments
 (0)