ModelMonitoringAlertConfig constructor
ModelMonitoringAlertConfig({
- ModelMonitoringAlertConfig_EmailAlertConfig? emailAlertConfig,
- bool enableLogging = false,
- List<
String> notificationChannels = const [],
Implementation
ModelMonitoringAlertConfig({
this.emailAlertConfig,
this.enableLogging = false,
this.notificationChannels = const [],
}) : super(fullyQualifiedName);