ImpactConfig#
- class caf.cvt.model_config.ImpactConfig(*, freight_demand, noham_demand)[source]#
Bases:
BaseConfigConfiguration for impact data.
- Parameters:
freight_demand (Path)
noham_demand (ZipFileEntry)
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods
Attributes Documentation
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- noham_demand: ZipFileEntry[source]#