Skip to content

Commit 9f64a9c

Browse files
Merge pull request #225111 from santiagxf/santiagxf/azureml-batch-adf-patch
Update how-to-use-batch-azure-data-factory.md
2 parents d83e53c + 85f90ba commit 9f64a9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-use-batch-azure-data-factory.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ The pipeline requires the following parameters to be configured:
8888
| Parameter | Description | Sample value |
8989
| --------------------- | -------------|------------- |
9090
| `endpoint_uri` | The endpoint scoring URI | `https://<endpoint_name>.<region>.inference.ml.azure.com/jobs` |
91-
| `api_version` | The API version to use with REST API calls. Defaults to `2020-09-01-preview` | `2020-09-01-preview` |
91+
| `api_version` | The API version to use with REST API calls. Defaults to `2022-10-01` | `2022-10-01` |
9292
| `poll_interval` | The number of seconds to wait before checking the job status for completion. Defaults to `120`. | `120` |
9393
| `endpoint_input_uri` | The endpoint's input data. Multiple data input types are supported. Ensure that the manage identity you are using for executing the job has access to the underlying location. Alternative, if using Data Stores, ensure the credentials are indicated there. | `azureml://datastores/.../paths/.../data/` |
94-
| `endpoint_output_uri` | The endpoint's output data file. It must be a path to an output file in a Data Store attached to the Machine Learning workspace. Not other type of URIs is supported. | `azureml://datastores/azureml/paths/batch/predictions.csv` |
94+
| `endpoint_output_uri` | The endpoint's output data file. It must be a path to an output file in a Data Store attached to the Machine Learning workspace. Not other type of URIs is supported. You can use the default Azure Machine Learning data store, named `workspaceblobstore`. | `azureml://datastores/workspaceblobstore/paths/batch/predictions.csv` |
9595

9696
# [Using a Service Principal](#tab/sp)
9797

@@ -114,10 +114,10 @@ The pipeline requires the following parameters to be configured:
114114
| `client_id` | The client ID of the service principal used to invoke the endpoint | `00000000-0000-0000-00000000` |
115115
| `client_secret` | The client secret of the service principal used to invoke the endpoint | `ABCDEFGhijkLMNOPQRstUVwz` |
116116
| `endpoint_uri` | The endpoint scoring URI | `https://<endpoint_name>.<region>.inference.ml.azure.com/jobs` |
117-
| `api_version` | The API version to use with REST API calls. Defaults to `2020-09-01-preview` | `2020-09-01-preview` |
117+
| `api_version` | The API version to use with REST API calls. Defaults to `2022-10-01` | `2022-10-01` |
118118
| `poll_interval` | The number of seconds to wait before checking the job status for completion. Defaults to `120`. | `120` |
119119
| `endpoint_input_uri` | The endpoint's input data. Multiple data input types are supported. Ensure that the manage identity you are using for executing the job has access to the underlying location. Alternative, if using Data Stores, ensure the credentials are indicated there. | `azureml://datastores/.../paths/.../data/` |
120-
| `endpoint_output_uri` | The endpoint's output data file. It must be a path to an output file in a Data Store attached to the Machine Learning workspace. Not other type of URIs is supported. | `azureml://datastores/azureml/paths/batch/predictions.csv` |
120+
| `endpoint_output_uri` | The endpoint's output data file. It must be a path to an output file in a Data Store attached to the Machine Learning workspace. Not other type of URIs is supported. You can use the default Azure Machine Learning data store, named `workspaceblobstore`. | `azureml://datastores/workspaceblobstore/paths/batch/predictions.csv` |
121121

122122
---
123123

0 commit comments

Comments
 (0)