Skip to content

taipy.core.config.PipelineConfig

Bases: Section

Holds all the configuration fields needed to instantiate an actual Pipeline from the PipelineConfig.

Attributes:

Name Type Description
id str

Identifier of the pipeline configuration. It must be a valid Python variable name.

task_configs Union[TaskConfig, List[TaskConfig]]

List of task configs. The default value is [].

**properties dict[str, Any]

A dictionary of additional properties.