metron_shared.config package#

Submodules#

metron_shared.config.config

This module defines variable <config> which stores configuration of given Metron's component obtained by Hydra framework.

metron_shared.config.config_schema

This module provides decorator <create_structured_config_schema> which creates a Structured Config Schema used by Hydra framework to validate presence of expected config parameters and their type.

metron_shared.config.instantiate

Instantiation from Hydra Config.