Skip to content

Commit 397eef6

Browse files
Merge pull request #279366 from msakande/freshness-batch-create-jobs-and-input-data
Edits to "create jobs and input data to batch endpoints" article
2 parents c82b560 + 4ef1e14 commit 397eef6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/machine-learning/how-to-access-data-batch-endpoints-jobs.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ author: ccrestana
1010
ms.author: cacrest
1111
ms.date: 5/01/2023
1212
ms.reviewer: mopeakande
13+
reviewer: msakande
1314
ms.custom:
1415
- devplatv2
1516
- devx-track-azurecli
@@ -18,15 +19,19 @@ ms.custom:
1819

1920
# Create jobs and input data for batch endpoints
2021

21-
Batch endpoints can be used to perform long batch operations over large amounts of data. Such data can be placed in different places. Some type of batch endpoints can also receive literal parameters as inputs. In this tutorial we'll cover how you can specify those inputs, and the different types or locations supported.
22+
Batch endpoints can be used to perform long batch operations over large amounts of data. Such data can be placed in different places. Some types of batch endpoints can also receive literal parameters as inputs. This article covers how to specify those inputs.
2223

23-
## Before invoking an endpoint
24+
<!-- , and the different types or locations supported. -->
25+
26+
## Prerequisites
2427

2528
To successfully invoke a batch endpoint and create jobs, ensure you have the following:
2629

27-
* You have permissions to run a batch endpoint deployment. **AzureML Data Scientist**, **Contributor**, and **Owner** roles can be used to run a deployment. For custom roles definitions read [Authorization on batch endpoints](how-to-authenticate-batch-endpoint.md) to know the specific permissions needed.
30+
* A batch endpoint and deployment. If you don't have one already, see [Deploy models for scoring in batch endpoints](how-to-use-batch-model-deployments.md) to create a deployment.
31+
32+
* Permissions to run a batch endpoint deployment. **AzureML Data Scientist**, **Contributor**, and **Owner** roles can be used to run a deployment. For custom role definitions see [Authorization on batch endpoints](how-to-authenticate-batch-endpoint.md) to know the specific permissions needed.
2833

29-
* You have a valid Microsoft Entra ID token representing a security principal to invoke the endpoint. This principal can be a user principal or a service principal. In any case, once an endpoint is invoked, a batch deployment job is created under the identity associated with the token. For testing purposes, you can use your own credentials for the invocation as mentioned below.
34+
* A valid Microsoft Entra ID token representing a security principal to invoke the endpoint. This principal can be a user principal or a service principal. In any case, once an endpoint is invoked, a batch deployment job is created under the identity associated with the token. You can use your own credentials for the invocation as follows:
3035

3136
# [Azure CLI](#tab/cli)
3237

@@ -73,7 +78,7 @@ To successfully invoke a batch endpoint and create jobs, ensure you have the fol
7378
7479
---
7580
76-
To learn more about how to authenticate with multiple type of credentials read [Authorization on batch endpoints](how-to-authenticate-batch-endpoint.md).
81+
To learn more about how to start batch deployment jobs, using different types of credential, see [How to run jobs using different types of credentials](how-to-authenticate-batch-endpoint.md#how-to-run-jobs-using-different-types-of-credentials).
7782
7883
* The **compute cluster** where the endpoint is deployed has access to read the input data.
7984
@@ -960,7 +965,7 @@ The following example shows how to change the location where an output named `sc
960965
```
961966

962967

963-
## Next steps
968+
## Related content
964969

965970
* [Troubleshooting batch endpoints](how-to-troubleshoot-batch-endpoints.md).
966971
* [Customize outputs in model deployments batch deployments](how-to-deploy-model-custom-output.md).

0 commit comments

Comments
 (0)