public sealed class ThresholdConfig : IMessage<ThresholdConfig>, IEquatable<ThresholdConfig>, IDeepCloneable<ThresholdConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ThresholdConfig.
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-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eThresholdConfig\u003c/code\u003e class in the Vertex AI v1beta1 API is designed for configuring feature monitoring thresholds.\u003c/p\u003e\n"],["\u003cp\u003eThis 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 \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eThresholdConfig\u003c/code\u003e has a constructor for creating a new instance and another for cloning an existing one, with one property indicating if a value is set (\u003ccode\u003eHasValue\u003c/code\u003e), a second one indicating the state of the oneof field (\u003ccode\u003eThresholdCase\u003c/code\u003e), and a third one setting or retrieving the threshold \u003ccode\u003eValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValue\u003c/code\u003e property allows you to set a threshold that can trigger an alert, with different calculation methods for categorical (L-infinity norm) and numerical features (Jensen-Shannon divergence).\u003c/p\u003e\n"]]],[],null,[]]