public sealed class ModelMonitoringNotificationSpec.Types.NotificationChannelConfig : IMessage<ModelMonitoringNotificationSpec.Types.NotificationChannelConfig>, IEquatable<ModelMonitoringNotificationSpec.Types.NotificationChannelConfig>, IDeepCloneable<ModelMonitoringNotificationSpec.Types.NotificationChannelConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringNotificationSpec.Types.NotificationChannelConfig.
Google Cloud Notification Channel config.
Implements
IMessageModelMonitoringNotificationSpecTypesNotificationChannelConfig, IEquatableModelMonitoringNotificationSpecTypesNotificationChannelConfig, IDeepCloneableModelMonitoringNotificationSpecTypesNotificationChannelConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NotificationChannelConfig()
public NotificationChannelConfig()
NotificationChannelConfig(NotificationChannelConfig)
public NotificationChannelConfig(ModelMonitoringNotificationSpec.Types.NotificationChannelConfig other)
Parameter | |
---|---|
Name | Description |
other |
ModelMonitoringNotificationSpecTypesNotificationChannelConfig |
Properties
NotificationChannel
public string NotificationChannel { get; set; }
Resource names of the NotificationChannels.
Must be of the format
projects/<project_id_or_number>/notificationChannels/<channel_id>
Property Value | |
---|---|
Type | Description |
string |