models.map_reduce_aux_data module

class models.map_reduce_aux_data.MapReduceAuxData(pattern_vec=None)[source]

Bases: object

Implementation of the ‘MapReduceAuxData’ model.

This message encapsulates auxillary data for a MapReduce. One example of such data is saved patterns for Pattern finder app.

Attributes:
pattern_vec (list of Pattern): Pattern auxiliary data for a

MapReduce.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.