ModelMonitoringAlertConfig constructor

ModelMonitoringAlertConfig({
  1. ModelMonitoringAlertConfig_EmailAlertConfig? emailAlertConfig,
  2. bool enableLogging = false,
  3. List<String> notificationChannels = const [],
})

Implementation

ModelMonitoringAlertConfig({
  this.emailAlertConfig,
  this.enableLogging = false,
  this.notificationChannels = const [],
}) : super(fullyQualifiedName);