MonitoringSignalBase interface
Vlastnosti
| notification |
Aktuální režim oznámení pro tento signál. |
| properties | Slovník vlastností Vlastnosti lze přidat, ale ne odebrat nebo změnit. |
| signal |
Polymorfní diskriminátor, který určuje různé typy tohoto objektu |
Podrobnosti vlastnosti
notificationTypes
Aktuální režim oznámení pro tento signál.
notificationTypes?: string[]
Hodnota vlastnosti
string[]
properties
Slovník vlastností Vlastnosti lze přidat, ale ne odebrat nebo změnit.
properties?: {[propertyName: string]: string | null}
Hodnota vlastnosti
{[propertyName: string]: string | null}
signalType
Polymorfní diskriminátor, který určuje různé typy tohoto objektu
signalType: "Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"
Hodnota vlastnosti
"Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"