lw_pipeline.Pipeline_Step#
- class lw_pipeline.Pipeline_Step(description, config, short_id='')[source]#
Bases:
ABC
Abstract class for a pipeline step.
Methods
__init__
(description, config[, short_id])step
(data)Abstract method to be implemented by the pipeline step.
Attributes
- property config#
Configuration of the pipeline step.
- property short_id#
Short id of the pipeline step.