.. _mlrun.package.packagers.numpy_packagers.NumPySupportedFormat:

mlrun.package.packagers.numpy\_packagers.NumPySupportedFormat
=============================================================

.. currentmodule:: mlrun.package.packagers.numpy_packagers

.. autoclass:: NumPySupportedFormat
   :show-inheritance:

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~NumPySupportedFormat.CSV
      ~NumPySupportedFormat.GZ
      ~NumPySupportedFormat.NPY
      ~NumPySupportedFormat.NPZ
      ~NumPySupportedFormat.TXT

   
   .. autoattribute:: CSV

   
   .. autoattribute:: GZ

   
   .. autoattribute:: NPY

   
   .. autoattribute:: NPZ

   
   .. autoattribute:: TXT

   

   
   


   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~NumPySupportedFormat.__init__
      ~NumPySupportedFormat.get_all_formats
      ~NumPySupportedFormat.get_format_handler
      ~NumPySupportedFormat.get_multi_array_formats
      ~NumPySupportedFormat.get_single_array_formats
      ~NumPySupportedFormat.match_format

   
   .. automethod:: __init__
   .. automethod:: get_all_formats
   .. automethod:: get_format_handler
   .. automethod:: get_multi_array_formats
   .. automethod:: get_single_array_formats
   .. automethod:: match_format

   
   
