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
The alert config for model monitoring.
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.
-
#notification_channels ⇒ ::Array<::String>
Resource names of the NotificationChannels to send alert.
Instance Attribute Details
#email_alert_config ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig
Returns Email alert config.
224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 224 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 ModelMonitoringStatsAnomalies. This can be further synced to Pub/Sub or any other services supported by Cloud Logging.
224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 224 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 |
#notification_channels ⇒ ::Array<::String>
Returns Resource names of the NotificationChannels to send alert.
Must be of the format
projects/<project_id_or_number>/notificationChannels/<channel_id>
.
224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 224 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 |