Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/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) ⇒ GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig
constructor
A new instance of GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig
Returns a new instance of GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig.
15989 15990 15991 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15989 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
15987 15988 15989 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15987 def user_emails @user_emails end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15994 15995 15996 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15994 def update!(**args) @user_emails = args[:user_emails] if args.key?(:user_emails) end |