다음을 통해 공유


MonitoringSignalBase interface

속성

notificationTypes

이 신호의 현재 알림 모드입니다.

properties

속성 사전입니다. 속성을 추가할 수 있지만 제거하거나 변경할 수는 없습니다.

signalType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

속성 세부 정보

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"