Skip to content

Commit 0b9937d

Browse files
Merge pull request #220517 from santiagxf/santiagxf/azureml-batch-refence
Update how-to-access-data-batch-endpoints-jobs.md
2 parents 1381931 + 6bafd04 commit 0b9937d

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
@@ -198,7 +198,7 @@ Azure Machine Learning data assets (formerly known as datasets) are supported as
198198
To get the newly created data asset, use:
199199
200200
```python
201-
heart_dataset_unlabeled = ml_client.data.get(name=dataset_name)
201+
heart_dataset_unlabeled = ml_client.data.get(name=dataset_name, label="latest")
202202
```
203203
204204
# [REST](#tab/rest)

0 commit comments

Comments
 (0)