Skip to content

Commit 2e36753

Browse files
authored
Merge pull request #123244 from mobaniha/patch-4
remove / from azureml:/<dataset_name>@latest
2 parents 922b691 + 078732f commit 2e36753

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/machine-learning/how-to-access-data-batch-endpoints-jobs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,7 @@ Azure Machine Learning data assets (formerly known as datasets) are supported as
424424
}
425425
```
426426

427-
---
428-
429-
The data assets ID looks like `/subscriptions/<subscription>/resourcegroups/<resource-group>/providers/Microsoft.MachineLearningServices/workspaces/<workspace>/data/<data-asset>/versions/<version>`. You can also use the `azureml:/<datasset_name>@latest` format to specify the input.
427+
The data assets ID looks like `/subscriptions/<subscription>/resourcegroups/<resource-group>/providers/Microsoft.MachineLearningServices/workspaces/<workspace>/data/<data-asset>/versions/<version>`. You can also use the `azureml:<datasset_name>@latest` format to specify the input.
430428

431429
1. Run the endpoint:
432430

0 commit comments

Comments
 (0)