Class SearchModelMonitoringStatsRequest (1.51.0)

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

Request message for ModelMonitoringService.SearchModelMonitoringStats.

Attributes

Name Description
model_monitor str
Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
stats_filter google.cloud.aiplatform_v1beta1.types.SearchModelMonitoringStatsFilter
Filter for search different stats.
time_interval google.type.interval_pb2.Interval
The time interval for which results should be returned.
page_size int
The standard list page size.
page_token str
A page token received from a previous ModelMonitoringService.SearchModelMonitoringStats call.

Methods

SearchModelMonitoringStatsRequest

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

Request message for ModelMonitoringService.SearchModelMonitoringStats.