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 2025-08-20 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eThresholdConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace, detailing its structure and functionality for feature monitoring thresholds.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eThresholdConfig\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class, indicating its role in message handling and object comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eThresholdConfig\u003c/code\u003e class offers two constructors: a default constructor and another that accepts an existing \u003ccode\u003eThresholdConfig\u003c/code\u003e instance for copying, simplifying object creation and duplication.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eThresholdCase\u003c/code\u003e to determine the current threshold configuration, and \u003ccode\u003eValue\u003c/code\u003e which allows to specify a value that can trigger an alert based on feature distribution distance, for both numerical and categorical features.\u003c/p\u003e\n"],["\u003cp\u003eThe page also shows a historical list of the class's versions, from the most current (\u003ca href=\"https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AIPlatform.V1/latest/Google.Cloud.AIPlatform.V1.ThresholdConfig\"\u003e3.22.0\u003c/a\u003e) all the way down to the 1.0.0 version, providing a comprehensive overview of the class' evolution.\u003c/p\u003e\n"]]],[],null,[]]