Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelMonitoringAlertConfig

The alert config for model monitoring.

Inheritance
object
GoogleCloudAiplatformV1ModelMonitoringAlertConfig
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.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelMonitoringAlertConfig : 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 GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig EmailAlertConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig

EnableLogging

Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto ModelMonitoringStatsAnomalies. This can be further synced 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX