ModelMonitoringNotificationSpec constructor

ModelMonitoringNotificationSpec({
  1. ModelMonitoringNotificationSpec_EmailConfig? emailConfig,
  2. bool enableCloudLogging = false,
  3. List<ModelMonitoringNotificationSpec_NotificationChannelConfig> notificationChannelConfigs = const [],
})

Implementation

ModelMonitoringNotificationSpec({
  this.emailConfig,
  this.enableCloudLogging = false,
  this.notificationChannelConfigs = const [],
}) : super(fullyQualifiedName);