Name | Type | Description | Notes |
---|---|---|---|
batch | PipelineBatch | [optional] | |
inputs | list[str] | Previous step to receive data from | [optional] |
inputs_join_type | JoinType | [optional] | |
join_window_ms | int | msecs to wait for messages from multiple inputs to arrive before joining the inputs | [optional] |
name | str | Name of the step | [optional] |
tensor_map | dict(str, str) | Map of tensor name conversions to use e.g. output1 -> input1 | [optional] |
triggers | list[str] | Triggers required to activate step | [optional] |
triggers_join_type | JoinType | [optional] |