Skip to content

Commit c31c3fd

Browse files
committed
Resolve build warnings PM publish
1 parent 7637919 commit c31c3fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ For testing our endpoint, we are going to use a sample of 1000 images from the o
342342

343343
To download the predictions, use the following command:
344344

345-
:::code language="azurecli" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID="download_scores" :::
345+
:::code language="azurecli" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID="download_output" :::
346346

347347
# [Python](#tab/python)
348348

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ We are going to create a batch endpoint named `text-summarization-batch` where t
125125
126126
# [Azure CLI](#tab/cli)
127127
128-
:::code language="azurecli" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/huggingface-text-summarization/deploy-and-run.sh" ID="create_batch_endpoint" :::
128+
:::code language="azurecli" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/huggingface-text-summarization/deploy-and-run.sh" ID="create_endpoint" :::
129129
130130
# [Python](#tab/python)
131131

articles/machine-learning/how-to-use-batch-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To add a new deployment to an existing endpoint, use the code:
212212

213213
# [Azure CLI](#tab/cli)
214214

215-
:::code language="azurecli" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/mnist-classifier/deploy-and-run.sh" ID="create_new_deployment_not_default" :::
215+
:::code language="azurecli" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/mnist-classifier/deploy-and-run.sh" ID="create_new_deployment_non_default" :::
216216

217217
# [Python](#tab/python)
218218

0 commit comments

Comments
 (0)