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-deploy-mlflow-models-online-endpoints.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,14 +216,14 @@ version = registered_model.version
216
216
217
217
To create a model in Azure Machine Learning studio:
218
218
219
-
1. In the studio, open the __Models__ page.
219
+
1. In the studio, select __Models__.
220
220
1. Select __Register__, and then select where your model is located. For this example, select __From local files__.
221
-
1. On the __Upload model__ page, for the model type, select __MLflow__.
221
+
1. On the __Upload model__ page, under __Model type__, select __MLflow__.
222
222
1. Select __Browse__ to select the model folder, and then select __Next__.
223
-
1. On the __Model settings__ page, next to__Name__, enter a name for the model, and then select __Next__.
224
-
1. On the __Review__ page, review the uploaded model fines and model settings, and then select __Register__.
223
+
1. On the __Model settings__ page, under__Name__, enter a name for the model, and then select __Next__.
224
+
1. On the __Review__ page, review the model files and model settings, and then select __Register__.
225
225
226
-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png" alt-text="Screenshot of the UI to register a model." lightbox="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png":::
226
+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png" alt-text="Screenshot of the Review page in the studio. Five uploaded model files are listed, and model settings like the name are visible." lightbox="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png":::
227
227
228
228
---
229
229
@@ -468,17 +468,21 @@ version = registered_model.version
468
468
469
469
# [Studio](#tab/studio)
470
470
471
-
1. On the __Endpoints__ page, go to the **Real-time endpoints** tab, and then select **Create**.
471
+
1. Select __Endpoints__. Go to the **Real-time endpoints** tab, and then select **Create**.
472
472
473
473
:::image type="content"source="media/how-to-deploy-mlflow-models-online-endpoints/create-from-endpoints.png"lightbox="media/how-to-deploy-mlflow-models-online-endpoints/create-from-endpoints.png" alt-text="Screenshot showing create option on the Endpoints UI page.":::
474
474
475
-
1. Select the MLflow model that you registered previously, then select **Select**.
475
+
1. Select the MLflow model that you registered previously, andthen select **Select**.
476
476
477
477
> [!NOTE]
478
478
> The configuration page includes a note to inform you that the scoring script and environment are automatically generated for your selected MLflow model.
479
479
480
-
1. Select **New** to deploy to a new endpoint.
481
-
1. Provide a name for the endpoint and deployment or keep the default names.
480
+
1. Under **Endpoint**, select **New** to deploy to a new endpoint.
481
+
482
+
1. Under **Endpoint name**, enter a name for the endpoint or keep the default name.
483
+
484
+
1. Under **Deployment name**, enter a name for the deployment or keep the default name.
485
+
482
486
1. Select __Deploy__ to deploy the model to the endpoint.
483
487
484
488
:::image type="content"source="media/how-to-deploy-mlflow-models-online-endpoints/deployment-wizard.png"lightbox="media/how-to-deploy-mlflow-models-online-endpoints/deployment-wizard.png" alt-text="Screenshot showing no code and environment needed for MLflow models.":::
0 commit comments