Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The config for email alert.
Instance Attribute Summary collapse
-
#user_emails ⇒ Array<String>
The email addresses to send the alert.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig.
16717 16718 16719 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16717 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_emails ⇒ Array<String>
The email addresses to send the alert.
Corresponds to the JSON property userEmails
16715 16716 16717 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16715 def user_emails @user_emails end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16722 16723 16724 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16722 def update!(**args) @user_emails = args[:user_emails] if args.key?(:user_emails) end |