PipelineTopologySetRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new pipeline topology or updates an existing one.
public class PipelineTopologySetRequest : Azure.Media.VideoAnalyzer.Edge.Models.MethodRequest
type PipelineTopologySetRequest = class
inherit MethodRequest
Public Class PipelineTopologySetRequest
Inherits MethodRequest
- Inheritance
Constructors
PipelineTopologySetRequest(PipelineTopology) |
Initializes a new instance of PipelineTopologySetRequest. |
Properties
ApiVersion |
Video Analyzer API version. (Inherited from MethodRequest) |
MethodName |
Gets or Sets The Method name. (Inherited from MethodRequest) |
PipelineTopology |
Pipeline topology describes the processing steps to be applied when processing media for a particular outcome. The topology should be defined according to the scenario to be achieved and can be reused across many pipeline instances which share the same processing characteristics. For instance, a pipeline topology which acquires data from a RTSP camera, process it with an specific AI model and stored the data on the cloud can be reused across many different cameras, as long as the same processing should be applied across all the cameras. Individual instance properties can be defined through the use of user-defined parameters, which allow for a topology to be parameterized, thus allowing individual pipelines to refer to different values, such as individual cameras RTSP endpoints and credentials. Overall a topology is composed of the following:
|
Methods
GetPayloadAsJson() |
Gets the Payload from the request result. |
Applies to
Azure SDK for .NET