Class SearchModelMonitoringAlertsResponse (1.52.0)

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

Response message for ModelMonitoringService.SearchModelMonitoringAlerts.

Attributes

Name Description
model_monitoring_alerts MutableSequence[google.cloud.aiplatform_v1beta1.types.ModelMonitoringAlert]
Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
total_number_alerts int
The total number of alerts retrieved by the requested objectives.
next_page_token str
The page token that can be used by the next ModelMonitoringService.SearchModelMonitoringAlerts call.

Methods

SearchModelMonitoringAlertsResponse

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

Response message for ModelMonitoringService.SearchModelMonitoringAlerts.