Cloud AI Platform v1 API - Class ModelMonitoringAlertConfig.Types.EmailAlertConfig (2.27.0)

public sealed class ModelMonitoringAlertConfig.Types.EmailAlertConfig : IMessage<ModelMonitoringAlertConfig.Types.EmailAlertConfig>, IEquatable<ModelMonitoringAlertConfig.Types.EmailAlertConfig>, IDeepCloneable<ModelMonitoringAlertConfig.Types.EmailAlertConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelMonitoringAlertConfig.Types.EmailAlertConfig.

The config for email alert.

Inheritance

object > ModelMonitoringAlertConfig.Types.EmailAlertConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

EmailAlertConfig()

public EmailAlertConfig()

EmailAlertConfig(EmailAlertConfig)

public EmailAlertConfig(ModelMonitoringAlertConfig.Types.EmailAlertConfig other)
Parameter
NameDescription
otherModelMonitoringAlertConfigTypesEmailAlertConfig

Properties

UserEmails

public RepeatedField<string> UserEmails { get; }

The email addresses to send the alert.

Property Value
TypeDescription
RepeatedFieldstring