MonitoringSignalBase interface

Properties

notificationTypes

The current notification mode for this signal.

properties

Property dictionary. Properties can be added, but not removed or altered.

signalType

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"