Skip to content

Commit 1f58da7

Browse files
authored
Update how-to-monitor-datasets.md
1 parent 39f5f18 commit 1f58da7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/machine-learning/v1/how-to-monitor-datasets.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,34 @@ To create and work with dataset monitors, you need:
5454
* The [Azure Machine Learning SDK for Python installed](/python/api/overview/azure/ml/install), which includes the azureml-datasets package.
5555
* Structured (tabular) data with a timestamp specified in the file path, file name, or column in the data.
5656

57+
### Migrate to Model Monitor
5758
When you migrate to Model Monitor, please check the prerequisites as following:
5859

5960
# [Azure CLI](#tab/azure-cli)
6061

61-
[!INCLUDE [basic prereqs cli](includes/machine-learning-cli-prereqs.md)]
62+
[!INCLUDE [basic prereqs cli](./includes/machine-learning-cli-prereqs.md)]
6263

6364
# [Python SDK](#tab/python)
6465

65-
[!INCLUDE [basic prereqs sdk](includes/machine-learning-sdk-v2-prereqs.md)]
66+
[!INCLUDE [basic prereqs sdk](./includes/machine-learning-sdk-v2-prereqs.md)]
6667

6768
# [Studio](#tab/azure-studio)
6869

6970
Before following the steps in this article, make sure you have the following prerequisites:
7071

7172
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
7273

73-
* An Azure Machine Learning workspace and a compute instance. If you don't have these resources, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create them.
74+
* An Azure Machine Learning workspace and a compute instance. If you don't have these resources, use the steps in the [Quickstart: Create workspace resources](./quickstart-create-resources.md) article to create them.
7475

7576
---
7677

77-
* Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure Machine Learning workspace, or a custom role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*`. For more information, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
78+
* Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure Machine Learning workspace, or a custom role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*`. For more information, see [Manage access to an Azure Machine Learning workspace](./how-to-assign-roles.md).
7879

7980
* For monitoring a model that is deployed to an Azure Machine Learning online endpoint (managed online endpoint or Kubernetes online endpoint), be sure to:
8081

81-
* Have a model already deployed to an Azure Machine Learning online endpoint. Both managed online endpoint and Kubernetes online endpoint are supported. If you don't have a model deployed to an Azure Machine Learning online endpoint, see [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md).
82+
* Have a model already deployed to an Azure Machine Learning online endpoint. Both managed online endpoint and Kubernetes online endpoint are supported. If you don't have a model deployed to an Azure Machine Learning online endpoint, see [Deploy and score a machine learning model by using an online endpoint](./how-to-deploy-online-endpoints.md).
8283

83-
* Enable data collection for your model deployment. You can enable data collection during the deployment step for Azure Machine Learning online endpoints. For more information, see [Collect production data from models deployed to a real-time endpoint](how-to-collect-production-data.md).
84+
* Enable data collection for your model deployment. You can enable data collection during the deployment step for Azure Machine Learning online endpoints. For more information, see [Collect production data from models deployed to a real-time endpoint](./how-to-collect-production-data.md).
8485

8586
* For monitoring a model that is deployed to an Azure Machine Learning batch endpoint or deployed outside of Azure Machine Learning, be sure to:
8687

0 commit comments

Comments
 (0)