Inheritance diagram for pipeline-python.fiftyone_pipeline_engines.tests.test_engines.ExampleAspectEngine:
Collaboration diagram for pipeline-python.fiftyone_pipeline_engines.tests.test_engines.ExampleAspectEngine:
Public Member Functions
def | __init__ (self) |
def | get_evidence_key_filter (self) |
def | process_internal (self, flowData) |
Public Member Functions inherited from pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.engine.Engine | |
def | set_cache (self, cache)
Add a cache to an engine @type casee: 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 | process (self, flowdata) |
Public Attributes
datakey | |
properties | |
Public Attributes inherited from pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.engine.Engine | |
cache | |
restricted_properties |