Represents a single column in a model schema with its metadata and constraints. A Column defines the structure and properties of a data column that will be used in a Fiddler model. It includes information about the column’s data type, value ranges, categorical values, binning configuration, and other metadata necessary for proper data validation and monitoring. This class is used within ModelSchema to define the complete structure of data that a model expects to receive.Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Examples
Creating a numeric column:Note: Bin boundaries must span the column’s existing [min, max] range. If you are also changing the range, update min and max in the same call.Creating a categorical column:
min and the last value equals max, with at least 2 and at most 16 boundary values (1 to 15 bins). For integer columns, all bin values must be integers.
Replace the list of given values to NULL if found in the events data
Number of dimensions of a vector column