Class SearchModelMonitoringAlertsRequest (1.53.0)

SearchModelMonitoringAlertsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for ModelMonitoringService.SearchModelMonitoringAlerts.

Attributes

Name Description
model_monitor str
Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
model_monitoring_job str
If non-empty, returns the alerts of this model monitoring job.
alert_time_interval google.type.interval_pb2.Interval
If non-empty, returns the alerts in this time interval.
stats_name str
If non-empty, returns the alerts of this stats_name.
objective_type str
If non-empty, returns the alerts of this objective type. Supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution
page_size int
The standard list page size.
page_token str
A page token received from a previous ModelMonitoringService.SearchModelMonitoringAlerts call.

Methods

SearchModelMonitoringAlertsRequest

SearchModelMonitoringAlertsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for ModelMonitoringService.SearchModelMonitoringAlerts.