◆ __init__()
def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.__init__ | ( | self, | |
flow_element, | |||
contents | |||
) |
Constructor for element data dictionary.
@type flow_element: FlowElement
- Parameters
-
- flow_element - @type contents: dict
- contents -
Member Function Documentation
◆ as_dictionary()
def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.as_dictionary ( self ) Get the values contained in the aspectData instance as a dictionary of keys and values.
@rtype: dict
- Returns
- : Returns the values contained in the aspectData instance as a dictionary of keys and values.
◆ get_internal()
def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.get_internal ( self, key ) getInternal = Internal getter for contents
@type key: string
- Parameters
-
- key - the key to get
@rtype: dict
- Returns
- : Internal getter for contents