Skip to content

Commit cb812f0

Browse files
authored
Update how-to-access-data-batch-endpoints-jobs.md
1 parent e6d141a commit cb812f0

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)