models.map_reduce_info_app_property module¶
-
class
models.map_reduce_info_app_property.MapReduceInfo_AppProperty(csv_header=None)[source]¶ Bases:
objectImplementation of the ‘MapReduceInfo_AppProperty’ model.
AppProperty message encapsulates properties that are same across all run instances of an app.
- Attributes:
- csv_header (string): csv_header should be tab separated
column names.
-
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.