@@ -66,7 +66,7 @@ __endpoint.yml__
66
66
67
67
Run the following code to create the endpoint.
68
68
69
- :::code language="azurecli" source="~ /azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID="create_batch_endpoint " :::
69
+ :::code language="azurecli" source="~ /azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID="create_endpoint " :::
70
70
71
71
# [ Python] ( #tab/python )
72
72
@@ -193,7 +193,7 @@ One the scoring script is created, it's time to create a batch deployment for it
193
193
194
194
Then, create the deployment with the following command:
195
195
196
- :::code language = " azurecli" source = " ~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID = " create_batch_deployment_set_default " :::
196
+ :::code language = " azurecli" source = " ~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID = " create_deployment " :::
197
197
198
198
# [Python](#tab/python)
199
199
@@ -342,7 +342,7 @@ For testing our endpoint, we are going to use a sample of 1000 images from the o
342
342
343
343
To download the predictions, use the following command:
344
344
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_outputs " :::
346
346
347
347
# [Python](#tab/python)
348
348
@@ -398,7 +398,7 @@ On those cases, we may want to perform inference on the entire batch of data. Th
398
398
399
399
Then, create the deployment with the following command:
400
400
401
- :::code language = " azurecli" source = " ~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID = " create_batch_deployment_ht " :::
401
+ :::code language = " azurecli" source = " ~/azureml-examples-main/cli/endpoints/batch/deploy-models/imagenet-classifier/deploy-and-run.sh" ID = " create_deployment_ht " :::
402
402
403
403
# [Python](#tab/python)
404
404
0 commit comments