LivePipelineProperties Class
- java.
lang. Object - com.
azure. media. videoanalyzer. edge. models. LivePipelineProperties
- com.
public final class LivePipelineProperties
Live pipeline properties.
Constructor | Description | |
---|---|---|
Live |
Modifier and Type | Method and Description |
---|---|
String |
get Get the description property: An optional description of the live pipeline. |
List<Parameter |
get Get the parameters property: List of the instance level parameter values for the user-defined topology parameters. |
Live |
get Get the state property: Current pipeline state (read-only). |
String |
get Get the topology |
Live |
set Set the description property: An optional description of the live pipeline. |
Live |
set Set the parameters property: List of the instance level parameter values for the user-defined topology parameters. |
Live |
set Set the state property: Current pipeline state (read-only). |
Live |
set Set the topology |
Methods inherited from java.lang.Object
LivePipelineProperties
public LivePipelineProperties()
getDescription
public String getDescription()
Get the description property: An optional description of the live pipeline.
Returns:
getParameters
public List
Get the parameters property: 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.
Returns:
getState
public LivePipelineState getState()
Get the state property: Current pipeline state (read-only).
Returns:
getTopologyName
public String getTopologyName()
Get the topologyName property: 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.
Returns:
setDescription
public LivePipelineProperties setDescription(String description)
Set the description property: An optional description of the live pipeline.
Parameters:
Returns:
setParameters
public LivePipelineProperties setParameters(List
Set the parameters property: 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.
Parameters:
Returns:
setState
public LivePipelineProperties setState(LivePipelineState state)
Set the state property: Current pipeline state (read-only).
Parameters:
Returns:
setTopologyName
public LivePipelineProperties setTopologyName(String topologyName)
Set the topologyName property: 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:
Returns:
Azure SDK for Java geri bildirimi
Azure SDK for Java, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: