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(Object? j)
-
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-driftprediction-output-driftfeature-attributionfinal - pageSize → int
-
The standard list page size.
final
- pageToken → String
-
A page token received from a previous
ModelMonitoringService.SearchModelMonitoringAlertscall.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.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