InputBase#
- class caf.ntem.ntem_constants.InputBase[source]#
Bases:
BaseConfig,ABCBase class for input parameters.
Attributes
Logging path for the sub command.
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].