icolos.core package#

Subpackages#

Submodules#

icolos.core.steps_utils module#

icolos.core.steps_utils.initialize_step_from_dict(step_conf: dict) StepBase[source]#

Map the configuration from JSON to an initialized step object

Parameters:

step_conf (dict) – dictionary containing configuration for the step

Raises:

ValueError – raised if provided step_type does not correspond to known step

Return StepBase:

Initialized step object with the provided config

Module contents#