Class LivePipeline

java.lang.Object
com.azure.media.videoanalyzer.edge.models.LivePipeline

public class LivePipeline extends Object
Live Pipeline represents an unique instance of a pipeline topology which is used for real-time content ingestion and analysis.
  • Constructor Details

    • LivePipeline

      public LivePipeline(String name)
      Creates an instance of LivePipeline class.
      Parameters:
      name - the name value to set.
  • Method Details

    • getName

      public String getName()
      Get the name property: Live pipeline unique identifier.
      Returns:
      the name value.
    • getSystemData

      public SystemData getSystemData()
      Get the systemData property: Read-only system metadata associated with this object.
      Returns:
      the systemData value.
    • setSystemData

      public LivePipeline setSystemData(SystemData systemData)
      Set the systemData property: Read-only system metadata associated with this object.
      Parameters:
      systemData - the systemData value to set.
      Returns:
      the LivePipeline object itself.
    • getProperties

      public LivePipelineProperties getProperties()
      Get the properties property: Live pipeline properties.
      Returns:
      the properties value.
    • setProperties

      public LivePipeline setProperties(LivePipelineProperties properties)
      Set the properties property: Live pipeline properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the LivePipeline object itself.