◆ __init__()
def tests.test_engines.ExampleAspectEngine.__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 | get_evidence_key_filter (self)
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter. More...
|
def | process_internal (self, flowdata) |
Public Member Functions inherited from fiftyone_pipeline_engines.engine.Engine | |
def | __init__ (self, data_file=None)
Constructor for an engine. More...
|
def | set_cache (self, cache)
Add a cache to an engine @type cashe: Cache. More...
|
def | set_restricted_properties (self, properties_list)
Add a subset of properties. More...
|
def | in_cache (self, flowdata)
A method to check if a flowdata's evidence is in the cache. More...
|
def | refresh (self, identifier) |
def tests.test_engines.ExampleAspectEngine.__init__ | ( | self | ) |
List of Pipelines the FlowElement has been added to.
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
def tests.test_engines.ExampleAspectEngine.get_evidence_key_filter | ( | self | ) |
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
@rtype: EvidenceKeyFilter
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
def tests.test_engines.ExampleAspectEngine.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.
tests.test_engines.ExampleAspectEngine.datakey |
tests.test_engines.ExampleAspectEngine.properties |