◆ __construct()
fiftyone\pipeline\core\Pipeline::__construct | ( | $flowElements, | |
$settings | |||
) |
Pipeline constructor.
- Parameters
-
- FlowElement[] - list of FlowElements
- array - settings array
\r\n
Pipeline holding a list of FlowElements for processing, can create FlowData that will be passed through these, collecting ElementData Should be constructed through the PipelineBuilder class.
__construct ($flowElements, $settings) | |
createFlowData () | |
log ($level, $message) |
fiftyone\pipeline\core\Pipeline::__construct | ( | $flowElements, | |
$settings | |||
) |
Pipeline constructor.
fiftyone\pipeline\core\Pipeline::getElement | ( | $key | ) |
fiftyone\pipeline\core\Pipeline::updatePropertyDatabaseForFlowElement | ( | $flowElement | ) |
Update metadata store for a FlowElement based on its list of properties.