class |
EnableFlag |
A guardrail that enables the use of a particular feature.
|
class |
MaxThreshold |
MaxThreshold for maximum guardrails, the value is checked to see if it is greater than the warn and fail thresholds.
|
class |
MinThreshold |
MinThreshold for minimum guardrails, the value is checked to see if it is lesser than the warn and fail thresholds.
|
class |
PercentageThreshold |
A Threshold guardrail whose values represent a percentage
|
class |
Predicates<T> |
A guardrail based on two predicates.
|
class |
Threshold |
A guardrail based on numeric threshold(s).
|
class |
Values<T> |
A guardrail that warns about some specific values, warns about but ignores some other values, and/or rejects the use
of some other values.
|