You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-access-data-batch-endpoints-jobs.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ author: ccrestana
10
10
ms.author: cacrest
11
11
ms.date: 5/01/2023
12
12
ms.reviewer: mopeakande
13
+
reviewer: msakande
13
14
ms.custom:
14
15
- devplatv2
15
16
- devx-track-azurecli
@@ -18,15 +19,19 @@ ms.custom:
18
19
19
20
# Create jobs and input data for batch endpoints
20
21
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.
22
23
23
-
## Before invoking an endpoint
24
+
<!-- , and the different types or locations supported. -->
25
+
26
+
## Prerequisites
24
27
25
28
To successfully invoke a batch endpoint and create jobs, ensure you have the following:
26
29
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.
28
33
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:
30
35
31
36
# [Azure CLI](#tab/cli)
32
37
@@ -73,7 +78,7 @@ To successfully invoke a batch endpoint and create jobs, ensure you have the fol
73
78
74
79
---
75
80
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).
77
82
78
83
* The **compute cluster** where the endpoint is deployed has access to read the input data.
79
84
@@ -960,7 +965,7 @@ The following example shows how to change the location where an output named `sc
0 commit comments