◆ __init__()
| def examples.client_side_evidence_custom_flow_element.AstrologyFlowElement.__init__ | ( | self | ) |
List of Pipelines the FlowElement has been added to.
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
\r\n
| def | __init__ (self)
List of Pipelines the FlowElement has been added to. More...
|
| def | process_internal (self, flowdata) |
| def | get_evidence_key_filter (self) |
| def examples.client_side_evidence_custom_flow_element.AstrologyFlowElement.__init__ | ( | self | ) |
List of Pipelines the FlowElement has been added to.
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
| def examples.client_side_evidence_custom_flow_element.AstrologyFlowElement.get_evidence_key_filter | ( | self | ) |
get_evidence_key_filter - A filter (in this case a basic list) stating which evidence the flowElement is interested in
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
| def examples.client_side_evidence_custom_flow_element.AstrologyFlowElement.process_internal | ( | self, | |
| flowdata | |||
| ) |
The method behind FlowElement.Process - it is called by the process() function.
It is usually overridden by specific flowElements to do their core work.
@type flowdata: FlowData
@rtype: bool
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
| examples.client_side_evidence_custom_flow_element.AstrologyFlowElement.datakey |
| examples.client_side_evidence_custom_flow_element.AstrologyFlowElement.properties |