Class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig
The config for email alerts.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEmails
The email addresses to send the alerts.
Declaration
[JsonProperty("userEmails")]
public virtual IList<string> UserEmails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |