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
After completion of the wizard, the resulting dataset monitor will appear in the list. Select it to go to that monitor's details page.
287
287
288
288
# [Azure CLI](#tab/azure-cli)
289
+
<aname="cli-monitor"></a>
289
290
290
291
Not supported
292
+
291
293
---
292
294
293
295
@@ -298,11 +300,12 @@ When you migrate to Model Monitor, if you didn't deploy your model to production
298
300
299
301
Following sections contain more details on how to migrate to Model Monitor.
300
302
301
-
## If you have deployed your model to production in an Azure Machine Learning online endpoint and enabled data collection (Migrate to Model Monitor)
303
+
## Create Model Monitor via automatically collected production data (Migrate to Model Monitor)
302
304
303
305
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.
304
306
305
307
# [Python SDK](#tab/python)
308
+
<aname="sdk-model-monitor"></a>
306
309
307
310
You can use the following code to set up the out-of-box model monitoring:
1. Review your monitoring details and select **Create** to create the monitor.
398
402
399
403
# [Azure CLI](#tab/azure-cli)
404
+
<aname="cli-model-monitor"></a>
400
405
401
406
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:
402
407
@@ -410,10 +415,10 @@ The following YAML contains the definition for the out-of-box model monitoring.
410
415
411
416
---
412
417
413
-
## 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 (Migrate to Model Monitor)
418
+
## Create Model Monitor via custom data preprocessing component (Migrate to Model Monitor)
414
419
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).
415
420
416
-
You can also set up model monitoring for models deployed to Azure Machine Learning batch endpoints or deployed outside of Azure Machine Learning. If you don't have a deployment, but you have production data, you can use the data to perform continuous model monitoring. To monitor these models, you must be able to:
421
+
If you don't have a deployment, but you have production data, you can use the data to perform continuous model monitoring. To monitor these models, you must be able to:
417
422
418
423
* Collect production inference data from models deployed in production.
419
424
* Register the production inference data as an Azure Machine Learning data asset, and ensure continuous updates of the data.
0 commit comments