Skip to content

Commit 9a10176

Browse files
Fix suggestion.
1 parent f166539 commit 9a10176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ When you use a model as a web service, provide the following items:
104104

105105
- The models that are used to score data submitted to the service or device.
106106
- An entry script. This script accepts requests, uses the models to score the data, and return a response.
107-
- An Azure Machine Learning environment that describes the Pip and Conda dependencies that the models requires an entry script.
107+
- An Azure Machine Learning environment that describes the Pip and Conda dependencies that the models require an entry script.
108108
- Any other assets such as text or data that the models require and entry script.
109109

110110
You also provide the configuration of the target deployment platform. For example, the virtual machine family type, available memory, and number of cores when deploying to Azure Kubernetes Service.
@@ -113,7 +113,7 @@ When the image is created, components required by Azure Machine Learning are als
113113

114114
#### Batch scoring
115115

116-
Batch scoring is supported through machine learning pipelines. For more information, see [Tutorial: Build an Azure Machine Learning pipeline for image classification](/v1/tutorial-pipeline-python-sdk.md).
116+
Batch scoring is supported through machine learning pipelines. For more information, see [Tutorial: Build an Azure Machine Learning pipeline for image classification](tutorial-pipeline-python-sdk.md).
117117

118118
#### Real-time web services
119119

0 commit comments

Comments
 (0)