Skip to content

Commit b256813

Browse files
Address blocking issues.
1 parent a71d1dd commit b256813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Trained machine learning models are deployed as web services in the cloud or loc
103103
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.
106-
- 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 require an entry script.
108-
- Any other assets such as text or data that the models require and entry script.
106+
- An entry script. This script accepts requests, uses the models to score the data, and returns a response.
107+
- An Azure Machine Learning environment that describes the Pip and Conda dependencies that the models and entry script require.
108+
- Any other assets, such as text or data, that the models and entry script require.
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.
111111

0 commit comments

Comments
 (0)