◆ elements
List<ElementOptions> fiftyone.pipeline.core.configuration.PipelineOptions.elements = new ArrayList<>() |
Configuration information for the FlowElements that the Pipeline will contain.
The order of elements is important as the pipeline will execute them sequentially in the order they are supplied. To execute elements in parallel, the ElementOptions#subElements property should be used.