ModelMonitoringNotificationSpec constructor
ModelMonitoringNotificationSpec({
- ModelMonitoringNotificationSpec_EmailConfig? emailConfig,
- bool enableCloudLogging = false,
- List<
ModelMonitoringNotificationSpec_NotificationChannelConfig> notificationChannelConfigs = const [],
Implementation
ModelMonitoringNotificationSpec({
this.emailConfig,
this.enableCloudLogging = false,
this.notificationChannelConfigs = const [],
}) : super(fullyQualifiedName);