Package com.google.cloud.aiplatform.v1
Interface ModelMonitoringAlertConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringAlertConfig
,ModelMonitoringAlertConfig.Builder
public interface ModelMonitoringAlertConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelMonitoringAlertConfig.AlertCase
getAlertCase()
ModelMonitoringAlertConfig.EmailAlertConfig
getEmailAlertConfig()
Email alert config.ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder
getEmailAlertConfigOrBuilder()
Email alert config.boolean
getEnableLogging()
Dump the anomalies to Cloud Logging.boolean
hasEmailAlertConfig()
Email alert config.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEmailAlertConfig
boolean hasEmailAlertConfig()
Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
- Returns:
- Whether the emailAlertConfig field is set.
-
getEmailAlertConfig
ModelMonitoringAlertConfig.EmailAlertConfig getEmailAlertConfig()
Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
- Returns:
- The emailAlertConfig.
-
getEmailAlertConfigOrBuilder
ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder getEmailAlertConfigOrBuilder()
Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
-
getEnableLogging
boolean getEnableLogging()
Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto [google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry][]. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.
bool enable_logging = 2;
- Returns:
- The enableLogging.
-
getAlertCase
ModelMonitoringAlertConfig.AlertCase getAlertCase()
-
-