SearchModelMonitoringAlertsRequest class final

Request message for ModelMonitoringService.SearchModelMonitoringAlerts.

Inheritance
  • Object
  • ProtoMessage
  • SearchModelMonitoringAlertsRequest

Constructors

SearchModelMonitoringAlertsRequest({required String modelMonitor, String modelMonitoringJob = '', Interval? alertTimeInterval, String statsName = '', String objectiveType = '', int pageSize = 0, String pageToken = ''})
SearchModelMonitoringAlertsRequest.fromJson(Map<String, dynamic> json)
factory

Properties

alertTimeInterval → Interval?
If non-empty, returns the alerts in this time interval.
final
hashCode int
The hash code for this object.
no setterinherited
modelMonitor String
Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
final
modelMonitoringJob String
If non-empty, returns the alerts of this model monitoring job.
final
objectiveType String
If non-empty, returns the alerts of this objective type. Supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution
final
pageSize int
The standard list page size.
final
pageToken String
A page token received from a previous ModelMonitoringService.SearchModelMonitoringAlerts call.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statsName String
If non-empty, returns the alerts of this stats_name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String