public sealed class ModelMonitoringNotificationSpec.Types.EmailConfig : IMessage<ModelMonitoringNotificationSpec.Types.EmailConfig>, IEquatable<ModelMonitoringNotificationSpec.Types.EmailConfig>, IDeepCloneable<ModelMonitoringNotificationSpec.Types.EmailConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringNotificationSpec.Types.EmailConfig.
The config for email alerts.
Implements
IMessageModelMonitoringNotificationSpecTypesEmailConfig, IEquatableModelMonitoringNotificationSpecTypesEmailConfig, IDeepCloneableModelMonitoringNotificationSpecTypesEmailConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
EmailConfig()
public EmailConfig()EmailConfig(EmailConfig)
public EmailConfig(ModelMonitoringNotificationSpec.Types.EmailConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringNotificationSpecTypesEmailConfig |
Properties
UserEmails
public RepeatedField<string> UserEmails { get; }The email addresses to send the alerts.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|