Skip to content

Commit 4ce11e0

Browse files
authored
Merge pull request #122119 from adba-msft/patch-1
Fix typo: Batch endpoint job output must be of type URI_FILE
2 parents 4a24f59 + cb812f0 commit 4ce11e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ The following example shows how to change the location where an output named `sc
890890

891891
```python
892892
data_path = "batch-jobs/my-unique-path"
893-
output = Output(type=AssetTypes.URI_FOLDER, path=f"{default_ds.id}/paths/{data_path})
893+
output = Output(type=AssetTypes.URI_FILE, path=f"{default_ds.id}/paths/{data_path})
894894
```
895895

896896
For completeness, let's also create a data input:

0 commit comments

Comments
 (0)