GoogleCloudAiplatformV1ModelMonitoringAlertConfig class
The alert config for model monitoring.
Constructors
-
GoogleCloudAiplatformV1ModelMonitoringAlertConfig({GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig? emailAlertConfig, bool? enableLogging, List<
String> ? notificationChannels}) - GoogleCloudAiplatformV1ModelMonitoringAlertConfig.fromJson(Map json_)
Properties
- emailAlertConfig ↔ GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig?
-
Email alert config.
getter/setter pair
- enableLogging ↔ bool?
-
Dump the anomalies to Cloud Logging.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
notificationChannels
↔ List<
String> ? -
Resource names of the NotificationChannels to send alert.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited