snowflake.ml.monitoring.model_monitor.ModelMonitor¶
- class snowflake.ml.monitoring.model_monitor.ModelMonitor¶
- Bases: - object- Class to manage instrumentation of Model Monitoring and Observability - Methods - add_custom_metric_column(custom_metric_column: str) None¶
- Add a custom metric column to the Model Monitor 
 - add_segment_column(segment_column: str) None¶
- Add a segment column to the Model Monitor 
 - drop_custom_metric_column(custom_metric_column: str) None¶
- Drop a custom metric column from the Model Monitor 
 - drop_segment_column(segment_column: str) None¶
- Drop a segment column from the Model Monitor 
 - resume() None¶
- Resume the Model Monitor 
 - suspend() None¶
- Suspend the Model Monitor 
 - Attributes - name: SqlIdentifier¶