Schemas
Column
Represents a single column in a model schema with its metadata and constraints.
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.
Creating a categorical column:
Creating a vector column: