Skip to content

Commit 5246d56

Browse files
authored
Update docs for reading a data asset reference
Docs do not explicitly show how to reference a registered data asset. It is alluded to in the comments of the example, but is extremely easy to miss. I think it should be listed here as one of the ways to reference data.
1 parent 86d0b35 commit 5246d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/machine-learning/how-to-read-write-data-v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ When you provide a data input/output to a Job, you'll need to specify a `path` p
4040
|A path on a public http(s) server | `https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/titanic.csv` |
4141
|A path on Azure Storage | `https://<account_name>.blob.core.windows.net/<container_name>/path` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<path>` |
4242
|A path on a Datastore | `azureml://datastores/<data_store_name>/paths/<path>` |
43+
|A path to a Data Asset | `azureml:<my_data>:<version>` |
4344

4445
## Supported modes
4546

0 commit comments

Comments
 (0)