Class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
The alert config for model monitoring.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailAlertConfig
Email alert config.
Declaration
[JsonProperty("emailAlertConfig")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig EmailAlertConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig |
EnableLogging
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.
Declaration
[JsonProperty("enableLogging")]
public virtual bool? EnableLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NotificationChannels
Resource names of the NotificationChannels to send alert. Must be of the format
projects//notificationChannels/
Declaration
[JsonProperty("notificationChannels")]
public virtual IList<string> NotificationChannels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |