FunctionalStream(name, inputs, outputs)

Function Usage

Creates a FunctionalStream object.

Input Parameter Description

Parameter

Type

Description

name

str

Stream name

inputs

List[PluginNode]

Input node of the stream. Multiple inputs are supported.

outputs

List[PluginNode]

Output node of the stream. Multiple outputs are supported.

Return Parameter Description

Returns the FunctionalStream object.