Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 950 Bytes

PipelineStep.md

File metadata and controls

17 lines (13 loc) · 950 Bytes

PipelineStep

Properties

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]

[Back to Model list] [Back to API list] [Back to README]