Skip to content

Commit 6e53498

Browse files
authored
Merge pull request #94755 from charleswm/patch-1
Update docs for reading a data asset reference
2 parents c58f0b2 + 5246d56 commit 6e53498

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
@@ -44,6 +44,7 @@ When you provide a data input/output to a Job, you'll need to specify a `path` p
4444
|A path on a public http(s) server | `https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/titanic.csv` |
4545
|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>` |
4646
|A path on a Datastore | `azureml://datastores/<data_store_name>/paths/<path>` |
47+
|A path to a Data Asset | `azureml:<my_data>:<version>` |
4748

4849
## Supported modes
4950

0 commit comments

Comments
 (0)