OtherInput#

class caf.cvt.model_config.OtherInput(*, boundary_path)[source]#

Bases: BaseConfig

Configuration for other raw input data.

Parameters:

boundary_path (Path)

boundary_path[source]#

Path to the STB boundary which the model is running for.

Type:

pathlib.Path

Attributes

model_config

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

boundary_path

Methods

Attributes Documentation

model_config = {}#

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

boundary_path: Path[source]#