Skip to content

Commit 96ff995

Browse files
authored
reverting unintended changes
1 parent 9f5c356 commit 96ff995

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.author: fasantia
1111
ms.date: 5/01/2023
1212
ms.reviewer: mopeakande
1313
ms.custom:
14-
- devplatv2
15-
- devx-track-azurecli
16-
- ignite-2023
14+
- devplatv2
15+
- devx-track-azurecli
16+
- ignite-2023
1717
---
1818

1919
# Create jobs and input data for batch endpoints
@@ -475,14 +475,14 @@ Azure Machine Learning data assets (formerly known as datasets) are supported as
475475

476476
__Request__
477477

478-
```
479-
```http
480-
POST jobs HTTP/1.1
481-
Host: <ENDPOINT_URI>
482-
Authorization: Bearer <TOKEN>
483-
Content-Type: application/json
484-
```
485-
```### Input data from data stores
478+
```http
479+
POST jobs HTTP/1.1
480+
Host: <ENDPOINT_URI>
481+
Authorization: Bearer <TOKEN>
482+
Content-Type: application/json
483+
```
484+
485+
### Input data from data stores
486486

487487
Data from Azure Machine Learning registered data stores can be directly referenced by batch deployments jobs. In this example, you first upload some data to the default data store in the Azure Machine Learning workspace and then run a batch deployment on it. Follow these steps to run a batch endpoint job using data stored in a data store.
488488

0 commit comments

Comments
 (0)