From 26ec09c9d69ea45a3673b5708fac47e57f6656bd Mon Sep 17 00:00:00 2001 From: Ross McAllister <10053959+rmca14@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:41:02 -0700 Subject: [PATCH] Update how-to-monitor-datasets.md --- articles/machine-learning/v1/how-to-monitor-datasets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/machine-learning/v1/how-to-monitor-datasets.md b/articles/machine-learning/v1/how-to-monitor-datasets.md index 0d60b4642f..1513fa23f4 100644 --- a/articles/machine-learning/v1/how-to-monitor-datasets.md +++ b/articles/machine-learning/v1/how-to-monitor-datasets.md @@ -205,7 +205,7 @@ The **backfill** function runs a backfill job, for a specified start and end dat See the [Python SDK reference documentation on data drift](/python/api/azureml-datadrift/azureml.datadrift) for full details. -The following example shows how to create a dataset monitor using the Python SDK +The following example shows how to create a dataset monitor using the Python SDK: ```python from azureml.core import Workspace, Dataset