Class ModelMonitoringAlertConfig (1.0.0)

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

Next ID: 2

Inheritance

Object > ModelMonitoringAlertConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelMonitoringAlertConfig()

public ModelMonitoringAlertConfig()

ModelMonitoringAlertConfig(ModelMonitoringAlertConfig)

public ModelMonitoringAlertConfig(ModelMonitoringAlertConfig other)
Parameter
NameDescription
otherModelMonitoringAlertConfig

Properties

AlertCase

public ModelMonitoringAlertConfig.AlertOneofCase AlertCase { get; }
Property Value
TypeDescription
ModelMonitoringAlertConfig.AlertOneofCase

EmailAlertConfig

public ModelMonitoringAlertConfig.Types.EmailAlertConfig EmailAlertConfig { get; set; }

Email alert config.

Property Value
TypeDescription
ModelMonitoringAlertConfig.Types.EmailAlertConfig