Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec

Notification spec(email, notification channel) for model monitoring statistics/alerts.

Inheritance
object
GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EmailConfig

Email alert config.

Declaration
[JsonProperty("emailConfig")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig EmailConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig

EnableCloudLogging

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("enableCloudLogging")]
public virtual bool? EnableCloudLogging { get; set; }
Property Value
Type Description
bool?

NotificationChannelConfigs

Notification channel config.

Declaration
[JsonProperty("notificationChannelConfigs")]
public virtual IList<GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig> NotificationChannelConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX