MonitoringSignalBase interface
Properties
notification |
The current notification mode for this signal. |
properties | Property dictionary. Properties can be added, but not removed or altered. |
signal |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
notificationTypes
The current notification mode for this signal.
notificationTypes?: string[]
Property Value
string[]
properties
Property dictionary. Properties can be added, but not removed or altered.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
signalType
Polymorphic discriminator, which specifies the different types this object can be
signalType: "Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"
Property Value
"Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"