MonitoringSignalBase interface
Tulajdonságok
| notification |
A jel aktuális értesítési módja. |
| properties | Tulajdonságszótár. A tulajdonságok hozzáadhatók, de nem távolíthatók el és nem módosíthatók. |
| signal |
Polimorfikus diszkriminatív, amely meghatározza az objektum különböző típusait |
Tulajdonság adatai
notificationTypes
A jel aktuális értesítési módja.
notificationTypes?: string[]
Tulajdonság értéke
string[]
properties
Tulajdonságszótár. A tulajdonságok hozzáadhatók, de nem távolíthatók el és nem módosíthatók.
properties?: {[propertyName: string]: string | null}
Tulajdonság értéke
{[propertyName: string]: string | null}
signalType
Polimorfikus diszkriminatív, amely meghatározza az objektum különböző típusait
signalType: "Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"
Tulajdonság értéke
"Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"