Skip to content

Commit 788d9c1

Browse files
Merge pull request #264478 from KazuOnuki/kazuyaonuki-patch-3
Describe batch endpoint output's supported datatype more clearly.
2 parents 70cbffa + 929eaba commit 788d9c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ Literal inputs are only supported in pipeline component deployments. See [Create
132132
133133
### Data outputs
134134
135-
Data outputs refer to the location where the results of a batch job should be placed. Outputs are identified by name, and Azure Machine Learning automatically assigns a unique path to each named output. However, you can specify another path if required. Batch endpoints only support writing outputs in blob Azure Machine Learning data stores.
135+
Data outputs refer to the location where the results of a batch job should be placed. Outputs are identified by name, and Azure Machine Learning automatically assigns a unique path to each named output. However, you can specify another path if required.
136+
137+
> [!IMPORTANT]
138+
> Batch endpoints only support writing outputs in Azure Blob Storage datastores.
136139
137140
138141
## Create jobs with data inputs

0 commit comments

Comments
 (0)