The RecordSets layer provides the logical structure, mapping raw data resources into semantically meaningful records.
Translates diverse formats—from tabular CSV rows to nested JSON trees—into a common set of homogenous data records. This abstraction allows ML loaders to treat different sources identically.
Defines individual data points within a RecordSet. Fields can be extracted from specific file properties or columns and assigned data types like sc:ImageObject or sc:Text.