LivePipelineProperties Class

Live pipeline properties.

Inheritance
LivePipelineProperties

Constructor

LivePipelineProperties(*, description: Optional[str] = None, topology_name: Optional[str] = None, parameters: Optional[List[azure.media.videoanalyzeredge._generated.models._models_py3.ParameterDefinition]] = None, state: Optional[Union[str, azure.media.videoanalyzeredge._generated.models._azure_video_analyzerfor_edge_enums.LivePipelineState]] = None, **kwargs)

Variables

description
str

An optional description of the live pipeline.

topology_name
str

The reference to an existing pipeline topology defined for real-time content processing. When activated, this live pipeline will process content according to the pipeline topology definition.

parameters
list[<xref:azure.media.videoanalyzer.edge.models.ParameterDefinition>]

List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden.

state
str or <xref:azure.media.videoanalyzer.edge.models.LivePipelineState>

Current pipeline state (read-only). Possible values include: "inactive", "activating", "active", "deactivating".