Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig (v0.7.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig.

Next ID: 3

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#email_alert_config

def email_alert_config() -> ::Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig

#email_alert_config=

def email_alert_config=(value) -> ::Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig

#enable_logging

def enable_logging() -> ::Boolean
Returns
  • (::Boolean) — 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.

#enable_logging=

def enable_logging=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.