Class: Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig

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

Instance Attribute Details

#email_alert_config::Google::Cloud::AIPlatform::V1::ModelMonitoringAlertConfig::EmailAlertConfig



234
235
236
237
238
239
240
241
242
243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 234

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



234
235
236
237
238
239
240
241
242
243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 234

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>



234
235
236
237
238
239
240
241
242
243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 234

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