Vertex AI v1beta1 API - Class ModelMonitoringNotificationSpec.Types.EmailConfig (1.0.0-beta78)

public sealed class ModelMonitoringNotificationSpec.Types.EmailConfig : IMessage<ModelMonitoringNotificationSpec.Types.EmailConfig>, IEquatable<ModelMonitoringNotificationSpec.Types.EmailConfig>, IDeepCloneable<ModelMonitoringNotificationSpec.Types.EmailConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringNotificationSpec.Types.EmailConfig.

The config for email alerts.

Inheritance

object > ModelMonitoringNotificationSpec.Types.EmailConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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