View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringAlertConfig (google_api_ai_platform v0.13.0)
The alert config for model monitoring.
Attributes
-
emailAlertConfig
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig.t
, default:nil
) - Email alert config. -
enableLogging
(type:boolean()
, default:nil
) - 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. -
notificationChannels
(type:list(String.t)
, default:nil
) - Resource names of the NotificationChannels to send alert. Must be of the formatprojects//notificationChannels/
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringAlertConfig{ emailAlertConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig.t() | nil, enableLogging: boolean() | nil, notificationChannels: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.