public interface ModelMonitoringAlertConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlertCase()
public abstract ModelMonitoringAlertConfig.AlertCase getAlertCase()| Type | Description |
| ModelMonitoringAlertConfig.AlertCase |
getEmailAlertConfig()
public abstract ModelMonitoringAlertConfig.EmailAlertConfig getEmailAlertConfig()Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
| Type | Description |
| ModelMonitoringAlertConfig.EmailAlertConfig | The emailAlertConfig. |
getEmailAlertConfigOrBuilder()
public abstract ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder getEmailAlertConfigOrBuilder()Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
| Type | Description |
| ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder |
getEnableLogging()
public abstract 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;
| Type | Description |
| boolean | The enableLogging. |
hasEmailAlertConfig()
public abstract boolean hasEmailAlertConfig()Email alert config.
.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
| Type | Description |
| boolean | Whether the emailAlertConfig field is set. |