Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 683 Bytes

File metadata and controls

13 lines (9 loc) · 683 Bytes

NumericColumnCheckConfig

Configuration for numeric column-based checks (such as mean or median). At least one of numericBounds or trend must be specified. Both may be provided to validate both the absolute value range and the trend behavior over time.

Properties

Name Type Required Description
column_name ColumnName Yes
numeric_bounds Optional[NumericBoundsConfig] No
trend Optional[TrendConfig] No

[Back to Model list] [Back to API list] [Back to README]