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"