Class PipelineRunInvokedBy

java.lang.Object
com.azure.analytics.synapse.artifacts.models.PipelineRunInvokedBy

public final class PipelineRunInvokedBy extends Object
Provides entity name and id that started the pipeline run.
  • Constructor Details

    • PipelineRunInvokedBy

      public PipelineRunInvokedBy()
  • Method Details

    • getName

      public String getName()
      Get the name property: Name of the entity that started the pipeline run.
      Returns:
      the name value.
    • getId

      public String getId()
      Get the id property: The ID of the entity that started the run.
      Returns:
      the id value.
    • getInvokedByType

      public String getInvokedByType()
      Get the invokedByType property: The type of the entity that started the run.
      Returns:
      the invokedByType value.