.. _mlrun.package.packagers.python_standard_library_packagers.DictPackager:

mlrun.package.packagers.python\_standard\_library\_packagers.DictPackager
=========================================================================

.. currentmodule:: mlrun.package.packagers.python_standard_library_packagers

.. autoclass:: DictPackager
   :show-inheritance:

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~DictPackager.DEFAULT_PACKING_ARTIFACT_TYPE
      ~DictPackager.DEFAULT_UNPACKING_ARTIFACT_TYPE
      ~DictPackager.PACK_SUBCLASSES
      ~DictPackager.PRIORITY

   
   .. autoattribute:: DEFAULT_PACKING_ARTIFACT_TYPE
   .. autoattribute:: DEFAULT_UNPACKING_ARTIFACT_TYPE
   .. autoattribute:: PACK_SUBCLASSES
   .. autoattribute:: PRIORITY

   
   


   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~DictPackager.__init__
      ~DictPackager.add_future_clearing_path
      ~DictPackager.get_default_packing_artifact_type
      ~DictPackager.get_default_unpacking_artifact_type
      ~DictPackager.get_future_clearing_path_list
      ~DictPackager.get_supported_artifact_types
      ~DictPackager.is_packable
      ~DictPackager.is_unpackable
      ~DictPackager.pack
      ~DictPackager.pack_file
      ~DictPackager.pack_object
      ~DictPackager.pack_result
      ~DictPackager.unpack
      ~DictPackager.unpack_file
      ~DictPackager.unpack_object

   
   .. automethod:: __init__
   .. automethod:: add_future_clearing_path
   .. automethod:: get_default_packing_artifact_type
   .. automethod:: get_default_unpacking_artifact_type
   .. automethod:: get_future_clearing_path_list
   .. automethod:: get_supported_artifact_types
   .. automethod:: is_packable
   .. automethod:: is_unpackable
   .. automethod:: pack
   .. automethod:: pack_file
   .. automethod:: pack_object
   .. automethod:: pack_result
   .. automethod:: unpack
   .. automethod:: unpack_file
   .. automethod:: unpack_object

   
   
