models.map_reduce_file_formats module¶
-
class
models.map_reduce_file_formats.
MapReduceFileFormats
(supported_formats=None)[source]¶ Bases:
object
Implementation of the ‘MapReduceFileFormats’ model.
Specifies information about file formats produced by a mapo reduce instance.
- Attributes:
- supported_formats (list of string): Specifies the list of formats
supported with integer enum mapping to file format.
-
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.