Structs§
- Axis
Size Contract - Axis
Spec - Coordinate
Spec - Typed coordinate contract for an axis, so methods can machine-rely on the coordinate dtype, ordering and (for numeric) regular-grid structure rather than re-deriving them from untyped JSON.
- Data
View - Dataset
Schema - Fold
Spec - Group
Spec - Metadata
Field Spec - Metadata
Schema - Presence
Mask - Representation
Spec - Shape
Contract - Source
Descriptor
Enums§
- Axis
Kind - CoordinateD
Type - Element dtype of an axis coordinate sequence.
- Coordinate
Values - Axis coordinate values: either an explicit per-index list or a regular
numeric grid (
value(i) = start + i * step, count taken from the axis size). - Group
Kind - Metadata
Value Kind - Signal
Kind - Source
Granularity
Functions§
- require_
signal_ type_ match - Validate that a provider-declared
actualsignal type matches theexpectedone the plan or bundle records (ADR-06). TheUnknownpolicy is the caller’s: passallow_unknown = trueat train time (an untagged signal type is tolerated) andfalseat predict time (a trained pipeline must carry a concrete signal type, so any difference — includingUnknown— is refused).