◆ __construct()
fiftyone\pipeline\core\Pipeline::__construct | ( | $flowElements, | |
$settings | |||
) |
Pipeline constructor.
- Parameters
-
- FlowElement[] - list of FlowElements
- array - settings array
Member Function Documentation
◆ createFlowData()
◆ getElement()
fiftyone\pipeline\core\Pipeline::getElement ( $key ) Get a FlowElement by its name.
- Parameters
-
- string - name
- Returns
- FlowElement
◆ updatePropertyDatabaseForFlowElement()
fiftyone\pipeline\core\Pipeline::updatePropertyDatabaseForFlowElement ( $flowElement ) Update metadata store for a FlowElement based on its list of properties.
- Parameters
-
- FlowElement -