Skip to content

Commit f632a07

Browse files
committed
review cx
1 parent cff2382 commit f632a07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: msakande
1010
ms.author: mopeakande
1111
ms.reviewer: sehan
1212
ms.custom: mktng-kw-nov2021, FY25Q1-Linter
13-
ms.date: 09/20/2024
13+
ms.date: 09/25/2024
1414
#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.
1515
---
1616

@@ -98,18 +98,18 @@ To deploy a model as an endpoint, you need to provide the following information:
9898
- An **environment** that describes the pip and conda dependencies required by the models and entry script.
9999
- Any other assets, such as text and data, required by the model and entry script.
100100

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-
103101
>[!IMPORTANT]
104102
>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).
105103
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
107107

108108
Batch scoring is supported through batch endpoints. For more information on batch scoring, see [Batch endpoints](concept-endpoints-batch.md).
109109

110110
#### Real-time scoring with online endpoints
111111

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).
113113

114114
To deploy a model to an online endpoint, you need to provide the following information:
115115

0 commit comments

Comments
 (0)