PredictionDriftMonitoringSignal interface
- Extends
Properties
feature |
A dictionary that maps feature names to their respective data types. |
metric |
[Required] A list of metrics to calculate and their associated thresholds. |
production |
[Required] The data which drift will be calculated for. |
reference |
[Required] The data to calculate drift against. |
signal |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
notification |
The current notification mode for this signal. |
properties | Property dictionary. Properties can be added, but not removed or altered. |
Property Details
featureDataTypeOverride
A dictionary that maps feature names to their respective data types.
featureDataTypeOverride?: {[propertyName: string]: MonitoringFeatureDataType}
Property Value
{[propertyName: string]: MonitoringFeatureDataType}
metricThresholds
[Required] A list of metrics to calculate and their associated thresholds.
metricThresholds: PredictionDriftMetricThresholdBaseUnion[]
Property Value
productionData
[Required] The data which drift will be calculated for.
productionData: MonitoringInputDataBaseUnion
Property Value
referenceData
[Required] The data to calculate drift against.
referenceData: MonitoringInputDataBaseUnion
Property Value
signalType
Polymorphic discriminator, which specifies the different types this object can be
signalType: "PredictionDrift"
Property Value
"PredictionDrift"
Inherited Property Details
notificationTypes
The current notification mode for this signal.
notificationTypes?: string[]
Property Value
string[]
Inherited From MonitoringSignalBase.notificationTypes
properties
Property dictionary. Properties can be added, but not removed or altered.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From MonitoringSignalBase.properties