public sealed class ThresholdConfig : IMessage<ThresholdConfig>, IEquatable<ThresholdConfig>, IDeepCloneable<ThresholdConfig>, IBufferMessage, IMessage
The config for feature monitoring threshold.
Next ID: 3
Specify a threshold value that can trigger the alert.
If this threshold config is for feature distribution distance:
For categorical feature, the distribution distance is calculated by
L-inifinity norm.
For numerical feature, the distribution distance is calculated by
Jensen–Shannon divergence.
Each feature must have a non-zero threshold if they need to be monitored.
Otherwise no alert will be triggered for that feature.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-09-01 UTC."],[],[]]