Skip to content

Commit db34c5b

Browse files
Freshness, in progress.
1 parent 86e18b3 commit db34c5b

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

articles/machine-learning/how-to-deploy-automl-endpoint.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,16 @@ Deploying an AutoML-trained model from the Automated ML page is a no-code experi
3636

3737
1. Go to the Automated ML page in the studio
3838
1. Select your experiment and run
39-
1. Choose the Models tab
39+
1. Choose the Models + child jobs tab
4040
1. Select the model you want to deploy
4141
1. Once you select a model, the Deploy button will light up with a drop-down menu
42-
1. Select *Deploy to real-time endpoint* option
42+
1. Select *Real-time endpoint* option
4343

4444
:::image type="content" source="media/how-to-deploy-automl-endpoint/deploy-button.png" lightbox="media/how-to-deploy-automl-endpoint/deploy-button.png" alt-text="Screenshot showing the Deploy button's drop-down menu":::
4545

4646
The system will generate the Model and Environment needed for the deployment.
4747

48-
:::image type="content" source="media/how-to-deploy-automl-endpoint/model.png" lightbox="media/how-to-deploy-automl-endpoint/model.png" alt-text="Screenshot showing the generated Model":::
49-
50-
:::image type="content" source="media/how-to-deploy-automl-endpoint/environment.png" lightbox="media/how-to-deploy-automl-endpoint/environment.png" alt-text="Screenshot showing the generated Environment":::
51-
52-
5. Complete the wizard to deploy the model to an online endpoint
53-
54-
:::image type="content" source="media/how-to-deploy-automl-endpoint/complete-wizard.png" lightbox="media/how-to-deploy-automl-endpoint/complete-wizard.png" alt-text="Screenshot showing the review-and-create page":::
55-
48+
:::image type="content" source="media/how-to-deploy-automl-endpoint/deploy-model.png" alt-text="Screenshot shows the deployment page where you can change values and then select Deploy.":::
5649

5750
## Deploy manually from the studio or command line
5851

@@ -61,28 +54,35 @@ If you wish to have more control over the deployment, you can download the train
6154
To download the components you'll need for deployment:
6255

6356
1. Go to your Automated ML experiment and run in your machine learning workspace
64-
1. Choose the Models tab
57+
1. Choose the **Models + child jobs** tab
6558
1. Select the model you wish to use. Once you select a model, the *Download* button will become enabled
6659
1. Choose *Download*
6760

6861
:::image type="content" source="media/how-to-deploy-automl-endpoint/download-model.png" lightbox="media/how-to-deploy-automl-endpoint/download-model.png" alt-text="Screenshot showing the selection of the model and download button":::
6962

7063
You'll receive a zip file containing:
71-
* A conda environment specification file named `conda_env_<VERSION>.yml`
72-
* A Python scoring file named `scoring_file_<VERSION>.py`
73-
* The model itself, in a Python `.pkl` file named `model.pkl`
64+
65+
- A conda environment specification file named `conda_env_<VERSION>.yml`
66+
- A Python scoring file named `scoring_file_<VERSION>.py`
67+
- The model itself, in a Python `.pkl` file named `model.pkl`
7468

7569
To deploy using these files, you can use either the studio or the Azure CLI.
7670

7771
# [Studio](#tab/Studio)
72+
<!-- Note to self - tim - this section in flux. verify before committing. -->
73+
1. Go to the **Models** page in Azure Machine Learning studio
7874

79-
1. Go to the Models page in Azure Machine Learning studio
80-
81-
1. Select + Register Model option
75+
1. Select **+ Register** > **From local files** option
76+
1. Browse to the model saved locally and select Next.
77+
1. Enter a name and select Next.
78+
1. Select Register.
8279

8380
1. Register the model you downloaded from Automated ML run
8481

85-
1. Go to Environments page, select Custom environment, and select + Create option to create an environment for your deployment. Use the downloaded conda yaml to create a custom environment
82+
1. Go to Environments page, select **Custom environments**, and select + Create option to create an environment for your deployment. Use the downloaded conda yaml to create a custom environment
83+
1. Select an environment source and Next.
84+
1. Select Next to step through the next pages, then select Create.
85+
1. Select environment source > Create a new docker context
8686

8787
1. Select the model, and from the Deploy drop-down option, select Deploy to real-time endpoint
8888

@@ -147,7 +147,7 @@ You'll need to modify this file to use the files you downloaded from the AutoML
147147
> [!NOTE]
148148
> For a full description of the YAML, see [Online endpoint YAML reference](reference-yaml-endpoint-online.md).
149149
150-
1. From the command line, run:
150+
1. From the command line, run:
151151

152152
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
153153

-23.5 KB
Loading
39.5 KB
Loading
-51.1 KB
Loading

0 commit comments

Comments
 (0)