NoHAMEntry#

class caf.cvt.model_config.NoHAMEntry(*, year, file_path)[source]#

Bases: BaseConfig

Configuration for a NoHAM data entry.

Parameters:
year[source]#

The year which the NoHAM entry comes from.

Type:

str

file_path[source]#

Path to the NoHAM data.

Type:

pathlib.Path

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

year

file_path

Methods

Attributes Documentation

model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

year: str[source]#
file_path: Path[source]#