MonitoringSignalBase interface
屬性
notification |
此訊號的目前通知模式。 |
properties | 屬性字典。 可以新增屬性,但無法移除或改變。 |
signal |
多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
notificationTypes
此訊號的目前通知模式。
notificationTypes?: string[]
屬性值
string[]
properties
屬性字典。 可以新增屬性,但無法移除或改變。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
signalType
多型歧視性,指定這個物件可以是的不同類型
signalType: "Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"
屬性值
"Custom" | "DataDrift" | "DataQuality" | "FeatureAttributionDrift" | "PredictionDrift"