InputBase#

class caf.ntem.ntem_constants.InputBase[source]#

Bases: BaseConfig, ABC

Base class for input parameters.

Attributes

logging_path

Logging path for the sub command.

model_config

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

Methods

run()

Run the relevant function.

Attributes Documentation

logging_path#

Logging path for the sub command.

model_config = {}#

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