Skip to content

Commit 560dbb6

Browse files
committed
more edits
1 parent 366c549 commit 560dbb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-online-deployment-model-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: how-to, devplatv2, cliv2, sdkv2
1818

1919
[!INCLUDE [dev v2](includes/machine-learning-dev-v2.md)]
2020

21-
In this article, you learn to specify the model that you wish to deploy when creating the deployment configuration for an online endpoint. When deploying your model to an Azure Machine Learning online endpoint, you need to specify the model one of two ways:
21+
In this article, you learn to use the deployment configuration to specify models that you want to use in online deployments. When deploying a model to an Azure Machine Learning online endpoint, you need to specify the model one of two ways:
2222

2323
- Provide the path to the model's location on your local computer
2424
- Provide a reference to a versioned model that is already registered in your workspace.
@@ -27,7 +27,7 @@ In Azure Machine Learning, after you create your deployment, the environment var
2727

2828
## Deployment configurations with models that are stored locally
2929

30-
We use the following local folder structure to illustrate how you can specify models that are available locally on your machine in an online deployment.
30+
The following local folder structure illustrates how you can specify models that are available locally on your machine for use in an online deployment.
3131

3232
:::image type="content" source="media/concept-online-deployment-model-specification/multi-models-1.png" alt-text="A screenshot showing a local folder structure containing multiple models." lightbox="media/concept-online-deployment-model-specification/multi-models-1.png":::
3333

0 commit comments

Comments
 (0)