models.applications_wrapper module

class models.applications_wrapper.ApplicationsWrapper(applications=None)[source]

Bases: object

Implementation of the ‘ApplicationsWrapper’ model.

ApplicationsWrapper is the struct to define the list of map-reduce applications.

Attributes:
applications (list of MapReduceInfo): Applications specifies the list of

available map-reduce applications in analytics workbench.

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.