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