public interface ModelMonitoringAlertConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringAlertConfig.AlertCase |
getAlertCase() |
ModelMonitoringAlertConfig.EmailAlertConfig |
getEmailAlertConfig()
Email alert config.
|
ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder |
getEmailAlertConfigOrBuilder()
Email alert config.
|
boolean |
getEnableLogging()
Dump the anomalies to Cloud Logging.
|
String |
getNotificationChannels(int index)
Resource names of the NotificationChannels to send alert.
|
com.google.protobuf.ByteString |
getNotificationChannelsBytes(int index)
Resource names of the NotificationChannels to send alert.
|
int |
getNotificationChannelsCount()
Resource names of the NotificationChannels to send alert.
|
List<String> |
getNotificationChannelsList()
Resource names of the NotificationChannels to send alert.
|
boolean |
hasEmailAlertConfig()
Email alert config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEmailAlertConfig()
Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
ModelMonitoringAlertConfig.EmailAlertConfig getEmailAlertConfig()
Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder getEmailAlertConfigOrBuilder()
Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
boolean getEnableLogging()
Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto [ModelMonitoringStatsAnomalies][google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies]. This can be further synced to Pub/Sub or any other services supported by Cloud Logging.
bool enable_logging = 2;List<String> getNotificationChannelsList()
Resource names of the NotificationChannels to send alert. Must be of the format `projects/<project_id_or_number>/notificationChannels/<channel_id>`
repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
int getNotificationChannelsCount()
Resource names of the NotificationChannels to send alert. Must be of the format `projects/<project_id_or_number>/notificationChannels/<channel_id>`
repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
String getNotificationChannels(int index)
Resource names of the NotificationChannels to send alert. Must be of the format `projects/<project_id_or_number>/notificationChannels/<channel_id>`
repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getNotificationChannelsBytes(int index)
Resource names of the NotificationChannels to send alert. Must be of the format `projects/<project_id_or_number>/notificationChannels/<channel_id>`
repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
index - The index of the value to return.ModelMonitoringAlertConfig.AlertCase getAlertCase()
Copyright © 2025 Google LLC. All rights reserved.