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

Defined Under Namespace

Classes: EmailAlertConfig

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Email alert config.



216
217
218
219
220
221
222
223
224
225
226
227
228
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 216

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

Returns Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto [google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry][]. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.

Returns:

  • (::Boolean)

    Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto [google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry][]. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.



216
217
218
219
220
221
222
223
224
225
226
227
228
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 216

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