Class: Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb
Defined Under Namespace
Classes: EmailAlertConfig
Instance Attribute Summary collapse
-
#email_alert_config ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig
Email alert config.
-
#enable_logging ⇒ ::Boolean
Dump the anomalies to Cloud Logging.
Instance Attribute Details
#email_alert_config ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig
Returns Email alert config.
216 217 218 219 220 221 222 223 224 225 226 227 228 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 216 class ModelMonitoringAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The config for email alert. # @!attribute [rw] user_emails # @return [::Array<::String>] # The email addresses to send the alert. class EmailAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#enable_logging ⇒ ::Boolean
Returns 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.
216 217 218 219 220 221 222 223 224 225 226 227 228 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 216 class ModelMonitoringAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The config for email alert. # @!attribute [rw] user_emails # @return [::Array<::String>] # The email addresses to send the alert. class EmailAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |