Skip to content

Commit 6e289b7

Browse files
authored
remove / from azureml:/<dataset_name>@latest
using azureml:/<dataset>@latest will produce corrupted path. e.g., .../workspace/<workspace-name>/data//<dataset>/...
1 parent deb54c7 commit 6e289b7

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
@@ -413,7 +413,7 @@ Azure Machine Learning data assets (formerly known as datasets) are supported as
413413
---
414414

415415
> [!NOTE]
416-
> Data assets ID would look like `/subscriptions/<subscription>/resourcegroups/<resource-group>/providers/Microsoft.MachineLearningServices/workspaces/<workspace>/data/<data-asset>/versions/<version>`. You can also use `azureml:/<datasset_name>@latest` as a way to specify the input.
416+
> Data assets ID would look like `/subscriptions/<subscription>/resourcegroups/<resource-group>/providers/Microsoft.MachineLearningServices/workspaces/<workspace>/data/<data-asset>/versions/<version>`. You can also use `azureml:<datasset_name>@latest` as a way to specify the input.
417417

418418

419419
1. Run the endpoint:

0 commit comments

Comments
 (0)