Class: Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb
Overview
The config for email alert.
Instance Attribute Summary collapse
-
#user_emails ⇒ ::Array<::String>
The email addresses to send the alert.
Instance Attribute Details
#user_emails ⇒ ::Array<::String>
Returns The email addresses to send the alert.
232 233 234 235 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 232 class EmailAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |