Skip to content

taipy.core.config.ScenarioConfig

Bases: Section

Holds all the configuration fields needed to instantiate an actual Scenario from the ScenarioConfig.

Attributes:

Name Type Description
id str

Identifier of the scenario config. It must be a valid Python variable name.

pipeline_configs Union[PipelineConfig, List[PipelineConfig]]

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

**properties dict[str, Any]

A dictionary of additional properties.