◆ getMetaDataForProperty()
ElementPropertyMetaData fiftyone.pipeline.core.flowelements.PipelineInternal.getMetaDataForProperty | ( | String | propertyName | ) | throws PipelineDataException |
Get the meta data for the specified property name.
If there are no properties with that name or multiple properties on different elements then an exception will be thrown.
- Parameters
-
- propertyName - the property name to find the meta data for
- Returns
- the meta data associated with the specified property name
- Exceptions
-
- PipelineDataException - if the property name is associated with zero or multiple elements.
◆ process()
void fiftyone.pipeline.core.flowelements.PipelineInternal.process ( FlowData data ) Process the given FlowData using the FlowElements in the pipeline.
- Parameters
-
- data - the FlowData that contains the evidence and will allow the user to access the results