Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig

Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig.



16655
16656
16657
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16655

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#notification_channelString

Resource names of the NotificationChannels. Must be of the format projects// notificationChannels/ Corresponds to the JSON property notificationChannel

Returns:

  • (String)


16653
16654
16655
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16653

def notification_channel
  @notification_channel
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16660
16661
16662
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16660

def update!(**args)
  @notification_channel = args[:notification_channel] if args.key?(:notification_channel)
end