Pipeline Step
module crystallize.pipelines.pipeline_step
Section titled “module crystallize.pipelines.pipeline_step”class PipelineStep
Section titled “class PipelineStep”property PipelineStep.params
Section titled “property PipelineStep.params”Parameters of this step for hashing and caching.
Returns:
dict: Parameters dictionary.
property PipelineStep.step_hash
Section titled “property PipelineStep.step_hash”Unique hash identifying this step based on its parameters and code.
method PipelineStep.setup
Section titled “method PipelineStep.setup”setup(ctx: crystallize.utils.context.FrozenContext) → NoneOptional hook called once before any replicates run.
method PipelineStep.teardown
Section titled “method PipelineStep.teardown”teardown(ctx: crystallize.utils.context.FrozenContext) → NoneOptional hook called once after all replicates finish.