Skip to content

Commit b73bf32

Browse files
authored
Merge pull request #193792 from nibaccam/patch-38
Batch inference REST | code snippet edit
2 parents 6fa5ffb + 75d8ec0 commit b73bf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-deploy-batch-with-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ In the following REST API calls, we use `SUBSCRIPTION_ID`, `RESOURCE_GROUP`, `LO
6464

6565
Administrative REST requests a [service principal authentication token](how-to-manage-rest.md#retrieve-a-service-principal-authentication-token). Replace `TOKEN` with your own value. You can retrieve this token with the following command:
6666

67-
:::code language="rest-api" source="~/azureml-examples-march-cli-preview/cli/batch-score-rest.sh" range="13":::
67+
:::code language="rest-api" source="~/azureml-examples-march-cli-preview/cli/batch-score-rest.sh" range="10":::
6868

6969
The service provider uses the `api-version` argument to ensure compatibility. The `api-version` argument varies from service to service. Set the API version as a variable to accommodate future versions:
7070

71-
:::code language="rest-api" source="~/azureml-examples-march-cli-preview/cli/batch-score-rest.sh" range="11":::
71+
:::code language="rest-api" source="~/azureml-examples-march-cli-preview/cli/batch-score-rest.sh" range="8":::
7272

7373
### Create compute
7474
Batch scoring runs only on cloud computing resources, not locally. The cloud computing resource is a reusable virtual computer cluster where you can run batch scoring workflows.

0 commit comments

Comments
 (0)