Skip to content

Commit 7da7a0d

Browse files
Merge pull request #220518 from santiagxf/santiagxf-patch-1
Update how-to-mlflow-batch.md
2 parents 0b9937d + fbe2460 commit 7da7a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-mlflow-batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ For testing our endpoint, we are going to use a sample of unlabeled data located
310310
c. Refresh the object to reflect the changes:
311311

312312
```python
313-
heart_dataset_unlabeled = ml_client.data.get(name=dataset_name)
313+
heart_dataset_unlabeled = ml_client.data.get(name=dataset_name, label="latest")
314314
```
315315

316316
2. Now that the data is uploaded and ready to be used, let's invoke the endpoint:

0 commit comments

Comments
 (0)