You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Model monitoring jobs are scheduled to run on serverless Spark compute pools with support for the following VM instance types: `Standard_E4s_v3`, `Standard_E8s_v3`, `Standard_E16s_v3`, `Standard_E32s_v3`, and `Standard_E64s_v3`. You can select the VM instance type with the `create_monitor.compute.instance_type` property in your YAML configuration or from the dropdown in the Azure Machine Learning studio.
@@ -208,8 +209,13 @@ If your data is already partitioned by date or time, as is the case here, you ca
Create a dataset monitor to detect and alert to data drift on a new dataset. Use either the [Python SDK](#sdk-monitor) or [Azure Machine Learning studio](#studio-monitor).
After completion of the wizard, the resulting dataset monitor will appear in the list. Select it to go to that monitor's details page.
315
321
322
+
# [Azure CLI](#tab/azure-cli)
323
+
Not supported
316
324
---
317
325
318
326
### Migrate to Model Monitor
@@ -326,18 +334,6 @@ Following sections contain more details on how to migrate to Model Monitor.
326
334
327
335
If you have deployed your model to production in an Azure Machine Learning online endpoint and enabled [data collection](../how-to-collect-production-data.md) at deployment time.
328
336
329
-
# [Azure CLI](#tab/azure-cli)
330
-
331
-
Azure Machine Learning model monitoring uses `az ml schedule` to schedule a monitoring job. You can create the out-of-box model monitor with the following CLI command and YAML definition:
332
-
333
-
```azurecli
334
-
az ml schedule create -f ./out-of-box-monitoring.yaml
335
-
```
336
-
337
-
The following YAML contains the definition for the out-of-box model monitoring.
1. Select **Next** to go to the **Select monitoring signals** page.
432
428
1. Select **Next** to go to the **Notifications** page. Add your email to receive email notifications.
433
429
1. Review your monitoring details and select **Create** to create the monitor.
430
+
# [Azure CLI](#tab/azure-cli)
431
+
432
+
Azure Machine Learning model monitoring uses `az ml schedule` to schedule a monitoring job. You can create the out-of-box model monitor with the following CLI command and YAML definition:
434
433
434
+
```azurecli
435
+
az ml schedule create -f ./out-of-box-monitoring.yaml
436
+
```
437
+
438
+
The following YAML contains the definition for the out-of-box model monitoring.
### If you didn't deploy your model to production in an Azure Machine Learning online endpoint or you don't want to use data collection
437
444
When you migrate to Model Monitor, if you didn't deploy your model to production in an Azure Machine Learning online endpoint, or you don't want to use [data collection](../how-to-collect-production-data.md), you can also [set up model monitoring with custom signals and metrics](../how-to-monitor-model-performance.md#set-up-model-monitoring-with-custom-signals-and-metrics).
0 commit comments