hyperion.data.asset_schemas¶
hyperion.data.asset_schemas
¶
Pandera/pydantic feature models for catalog assets.
Split out of :mod:hyperion.entities.catalog (F6 / DDD refactor Step 2). The
heavy validation half -- requires the [data] extra. Asset identities live
in the lite :mod:hyperion.domain.assets.
FeatureModel
¶
Bases: BaseModel
A base class for feature models.
You may use this base class (along with pydantic's BaseModel) to define type-safe feature models. Use with "AssetCollection" to make powerful typed feature collections.