Config#
- class caf.cvt.model_config.Config(*, switches, paths, other_input, infrastructure, hazards, impact)[source]#
Bases:
BaseConfigMain configuration for whole model.
- Parameters:
switches (SwitchConfig)
paths (PathConfig)
other_input (OtherInput)
infrastructure (InfrastructureConfig)
hazards (HazardsConfig)
impact (ImpactConfig)
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].
- switches: SwitchConfig[source]#
- paths: PathConfig[source]#
- other_input: OtherInput[source]#
- infrastructure: InfrastructureConfig[source]#
- hazards: HazardsConfig[source]#
- impact: ImpactConfig[source]#