You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-managed-online-endpoint-studio.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this article, you learn how to:
32
32
33
33
## Create a managed online endpoint
34
34
35
-
Use the studio to create a managed online endpoint directly in your browser. When you create a managed online endpoint in the studio, you must define an initial deployment. You cannot create an empty managed online endpoint.
35
+
Use the studio to create a managed online endpoint directly in your browser. When you create a managed online endpoint in the studio, you must define an initial deployment. You can't create an empty managed online endpoint.
36
36
37
37
1. Go to the [Azure Machine Learning studio](https://ml.azure.com).
38
38
1. In the left navigation bar, select the **Endpoints** page.
@@ -44,16 +44,19 @@ Use the studio to create a managed online endpoint directly in your browser. Whe
44
44
45
45
### Register the model
46
46
47
-
A model registration is a logical entity in the workspace that may contain a single model file, or a directory containing multiple files. The steps in this article assume that you have registered the [model folder](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/model-1/model) that contains the model.
47
+
A model registration is a logical entity in the workspace that may contain a single model file, or a directory containing multiple files. The steps in this article assume that you've registered the [model folder](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/model-1/model) that contains the model.
48
48
49
49
To register the example model using Azure Machine Learning studio, use the following steps:
50
50
51
51
1. Go to the [Azure Machine Learning studio](https://ml.azure.com).
52
52
1. In the left navigation bar, select the **Models** page.
53
53
1. Select **Register**, and then **From local files**.
54
54
1. Select __Unspecified type__ for the __Model type__, then select __Browse__, and __Browse folder__.
55
+
56
+
:::image type="content" source="media/how-to-create-managed-online-endpoint-studio/register-model-folder.png" alt-text="A screenshot of the browse folder option.":::
57
+
55
58
1. Select the `\azureml-examples\cli\endpoints\online\model-1\model` folder from the local copy of the repo you downloaded earlier. When prompted, select __Upload__. Once the upload completes, select __Next__.
56
-
1. Enter a friendly __Name__ for the model. The steps in this article assume it is named `model-1`.
59
+
1. Enter a friendly __Name__ for the model. The steps in this article assume it's named `model-1`.
57
60
1. Select __Next__, and then __Register__ to complete registration.
58
61
59
62
For more information on working with registered models, see [Register and work with models](how-to-manage-models.md).
@@ -70,12 +73,12 @@ You can also create a managed online endpoint from the **Models** page in the st
70
73
:::image type="content" source="media/how-to-create-managed-online-endpoint-studio/deploy-from-models-page.png" lightbox="media/how-to-create-managed-online-endpoint-studio/deploy-from-models-page.png" alt-text="A screenshot of creating a managed online endpoint from the Models UI.":::
71
74
72
75
1. Enter an __Endpoint name__ and select __Managed__ as the compute type.
73
-
1. Select __Next__, accepting defaults, until you are prompted for the environment. Here, select the following:
76
+
1. Select __Next__, accepting defaults, until you're prompted for the environment. Here, select the following:
74
77
75
78
*__Select scoring file and dependencies__: Browse and select the `\azureml-examples\cli\endpoints\online\model-1\onlinescoring\score.py` file from the repo you downloaded earlier.
76
79
*__Choose an environment__ section: Select the **Scikit-learn 0.24.1** curated environment.
77
80
78
-
1. Select __Next__, accepting defaults, until you are prompted to create the deployment. Select the __Create__ button.
81
+
1. Select __Next__, accepting defaults, until you're prompted to create the deployment. Select the __Create__ button.
79
82
80
83
## View managed online endpoints
81
84
@@ -106,7 +109,7 @@ To use the monitoring tab, you must select "**Enable Application Insight diagnos
106
109
107
110
:::image type="content" source="media/how-to-create-managed-online-endpoint-studio/monitor-endpoint.png" lightbox="media/how-to-create-managed-online-endpoint-studio/monitor-endpoint.png" alt-text="A screenshot of monitoring endpoint-level metrics in the studio.":::
108
111
109
-
For more information on how viewing additional monitors and alerts, see [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md).
112
+
For more information on how viewing other monitors and alerts, see [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md).
0 commit comments