NodeInput Class

Describes an input signal to be used on a pipeline node.

All required parameters must be populated in order to send to Azure.

Inheritance
NodeInput

Constructor

NodeInput(*, node_name: str, output_selectors: Optional[List[azure.media.videoanalyzeredge._generated.models._models_py3.OutputSelector]] = None, **kwargs)

Variables

node_name
str

Required. The name of the upstream node in the pipeline which output is used as input of the current node.

output_selectors
list[<xref:azure.media.videoanalyzer.edge.models.OutputSelector>]

Allows for the selection of specific data streams (eg. video only) from another node.