Interface Pipeline


@DeveloperApi public interface Pipeline
An interface represents a complete configuration of workflow task including input parameters, dataset connection, as well as localization, computation, and delocalization workload processes.
  • Method Details

    • getDatasets

      Map<String,PiperValue> getDatasets()
      Get the settings of File inputs.
      Returns:
      A dictionary containing the FQN-value mappings.
    • getTasks

      Map<String,PipelineTask> getTasks()
      Get the settings of a pipeline task.