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
Overview
Next ID: 3
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
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
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 |