synthpic2.recipe.synth_chain.feature_generation_steps.state

Module for State handling steps.

Module Contents

Classes

LoadState

Synth chain step to load a previously saved state.

class synthpic2.recipe.synth_chain.feature_generation_steps.state.LoadState

Bases: synthpic2.recipe.synth_chain.feature_generation_steps.base.FeatureGenerationStep

Synth chain step to load a previously saved state.

name: str
__call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState

NotImplemented