GoogleCloudAiplatformV1ModelMonitoringAlertConfig constructor
GoogleCloudAiplatformV1ModelMonitoringAlertConfig({
- GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig? emailAlertConfig,
- bool? enableLogging,
- List<
String> ? notificationChannels,
Implementation
GoogleCloudAiplatformV1ModelMonitoringAlertConfig({
this.emailAlertConfig,
this.enableLogging,
this.notificationChannels,
});