Skip to content

Commit 291596e

Browse files
authored
Update how-to-image-processing-batch.md
1 parent 59f773e commit 291596e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-image-processing-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ One the scoring script is created, it's time to create a batch deployment for it
187187

188188
# [Azure CLI](#tab/cli)
189189

190-
To create a new deployment under the created endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema]reference-yaml-endpoint-batch.md) for extra properties.
190+
To create a new deployment under the created endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema](reference-yaml-endpoint-batch.md) for extra properties.
191191

192192
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deployment-by-file.yml":::
193193

@@ -392,7 +392,7 @@ On those cases, we may want to perform inference on the entire batch of data. Th
392392

393393
# [Azure CLI](#tab/cli)
394394

395-
To create a new deployment under the created endpoint, create a `YAML` configuration like the following:
395+
To create a new deployment under the created endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema](reference-yaml-endpoint-batch.md) for extra properties.
396396

397397
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deployment-by-batch.yml":::
398398

0 commit comments

Comments
 (0)