Skip to content

Commit 4233982

Browse files
author
Marc Gelormino
committed
Change.
1 parent e355010 commit 4233982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ datastore.as_mount()
165165
datastore.path('./bar').as_download()
166166
```
167167
> [!NOTE]
168-
> `datastore` and `datastore.path` objects resolve to environment variable names in the format `"$AZUREML_DATAREFERENCE_XXXX"`, whose value represents the mount/download path on the target compute. The datastore path on the target compute might not be the same as the execution path for the training script.
168+
> Any defined `datastore` or `datastore.path` object resolves to an environment name of the format `"$AZUREML_DATAREFERENCE_XXXX"`, whose value represents the mount/download path on the target compute. The datastore path on the target compute might not be the same as the execution path for the training script.
169169
170170
### Examples
171171

0 commit comments

Comments
 (0)