Step
Step¶
Base class for components that take inputs and produce outputs.
- id (
str): Unique ID of this component. - type (
str): Type of the step component. - cardinality (
StepCardinality): Does this step emit 1 (one) or 0...N (many) instances of the outputs? - inputs (
list[Reference[Variable] | str]): References to the variables required by this step. - outputs (
list[Reference[Variable] | str]): References to the variables where output is stored.