Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c71ec99

Browse files
committedOct 8, 2021
image upload
1 parent 74b9f76 commit c71ec99

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,14 @@ aks_service.wait_for_deployment(show_output=True)
464464
print(aks_service.state)
465465
```
466466

467-
Alternatively, you can deploy the model from the Azure ML Studio UI, by navigating to the model you wish to deploy in the 'Models' tab of the AutoML run, and clicking on the 'Deploy' button.
468-
469-
You can configure the model deployment endpoint name and the inferencing cluster to use for your model deployment in the 'Deploy a model' pane that follows.
467+
Alternatively, you can deploy the model from the [Azure Machine Learning studio UI](https://ml.azure.com/).
468+
Navigate to the model you wish to deploy in the **Models** tab of the automated ML run and select the **Deploy**.
469+
470+
![Select model from the automl runs in studio UI ](./media/how-to-auto-train-image-models/select-model.png)
471+
472+
You can configure the model deployment endpoint name and the inferencing cluster to use for your model deployment in the **Deploy a model** pane.
473+
474+
![Select model from the automl runs in studio UI ](./media/how-to-auto-train-image-models/deploy-image-model.png)
470475

471476
### Update inference configuration
472477

Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.