\r\n

51Degrees Pipeline Python  4.4

51Degrees Pipeline for Python

fiftyone_pipeline_cloudrequestengine.clouddata.CloudData Class Reference

Detailed Description

Extention of AspectData made for retrieving cloud engine results.

Inheritance diagram for fiftyone_pipeline_cloudrequestengine.clouddata.CloudData:

[legend]

Collaboration diagram for fiftyone_pipeline_cloudrequestengine.clouddata.CloudData:

[legend]

Public Member Functions

def  __init__ (self, flow_element, contents)
Constructor for cloud_data @type flow_element: FlowElement. More...

Public Member Functions inherited from fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary

def  as_dictionary (self)
Get the values contained in the aspectData instance as a dictionary of keys and values. More...
def  get_internal (self, key)
getInternal = Internal getter for contents More...

Public Member Functions inherited from fiftyone_pipeline_engines.aspectdata.AspectData

def  __init__ (self, flow_element)
Constructor for element data Adds default missing property service if not available. More...
def  get (self, key)
get - Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service @type key: string More...

Public Member Functions inherited from fiftyone_pipeline_core.elementdata.ElementData

def  __getattr__ (self, key)
Magic getter for a property from the data Allowing user to write for example Data.IsMobile rather than Data.get("IsMobile) More...
def  __getitem__ (self, flow_element_key)
Magic method in Python, which when used in a class, allows its instances to use the [] (indexer) operators. More...
def  get_properties (self)
Proxy to the data's flowElement properties. More...

Public Attributes

Public Attributes inherited from fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary

 contents

Public Attributes inherited from fiftyone_pipeline_engines.aspectdata.AspectData

 missing_property_service

Public Attributes inherited from fiftyone_pipeline_core.elementdata.ElementData

 flow_element

Constructor & Destructor Documentation

◆ __init__()

def fiftyone_pipeline_cloudrequestengine.clouddata.CloudData.__init__ (   self,
  flow_element,
  contents  
)

Constructor for cloud_data @type flow_element: FlowElement.

Parameters
flow_element - FlowElement / Engine the data is keyed under @type contents: dict
contents - Results from cloud engine's process method

Reimplemented from fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.

Member Data Documentation

◆ missing_property_service

fiftyone_pipeline_cloudrequestengine.clouddata.CloudData.missing_property_service
On This Page