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/concept-model-management-and-deployment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ author: msakande
10
10
ms.author: mopeakande
11
11
ms.reviewer: sehan
12
12
ms.custom: mktng-kw-nov2021, FY25Q1-Linter
13
-
ms.date: 09/20/2024
13
+
ms.date: 09/25/2024
14
14
#Customer intent: As a data scientist, I want to understand how MLOps can help manage the lifecycle of my models so I can improve the quality and consistency of my machine learning solutions.
15
15
---
16
16
@@ -98,18 +98,18 @@ To deploy a model as an endpoint, you need to provide the following information:
98
98
- An **environment** that describes the pip and conda dependencies required by the models and entry script.
99
99
- Any other assets, such as text and data, required by the model and entry script.
100
100
101
-
You also provide the configuration of the target deployment platform, such as the virtual machine (VM) family type, available memory, and number of cores. When Azure Machine Learning creates the image, it also adds any components it needs, such as assets needed to run the web service.
102
-
103
101
>[!IMPORTANT]
104
102
>When you deploy an [MLflow model](concept-mlflow.md), you don't need to provide an entry script or an environment for the deployment. For more information on deploying MLflow models, see [Guidelines for deploying MLflow models](how-to-deploy-mlflow-models.md).
105
103
106
-
#### Batch scoring and endpoints
104
+
You also provide the configuration of the target deployment platform, such as the virtual machine (VM) family type, available memory, and number of cores. When Azure Machine Learning creates the image, it also adds any components it needs, such as assets needed to run the web service.
105
+
106
+
#### Batch scoring with batch endpoints
107
107
108
108
Batch scoring is supported through batch endpoints. For more information on batch scoring, see [Batch endpoints](concept-endpoints-batch.md).
109
109
110
110
#### Real-time scoring with online endpoints
111
111
112
-
You can use your models with [online endpoints](concept-endpoints-online.md) for real-time scoring. Compute targets for online endpoints can be local endpoints, managed online endpoints, or Azure Kubernetes Service (AKS) endpoints.
112
+
You can use your models with [online endpoints](concept-endpoints-online.md) for real-time scoring. Compute targets for online endpoints can be local development environments, managed online endpoints, or Azure Kubernetes Service (AKS).
113
113
114
114
To deploy a model to an online endpoint, you need to provide the following information:
0 commit comments