Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
- 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
Google Cloud Notification Channel config.
Instance Attribute Summary collapse
-
#notification_channel ⇒ String
Resource names of the NotificationChannels.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig.
17310 17311 17312 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17310 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notification_channel ⇒ String
Resource names of the NotificationChannels. Must be of the format projects//
notificationChannels/
Corresponds to the JSON property notificationChannel
17308 17309 17310 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17308 def notification_channel @notification_channel end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17315 17316 17317 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17315 def update!(**args) @notification_channel = args[:notification_channel] if args.key?(:notification_channel) end |