hyrax.verbs.model
=================

.. py:module:: hyrax.verbs.model


Attributes
----------

.. autoapisummary::

   hyrax.verbs.model.logger


Classes
-------

.. autoapisummary::

   hyrax.verbs.model.Model


Module Contents
---------------

.. py:data:: logger

.. py:class:: Model(config)

   Bases: :py:obj:`hyrax.verbs.verb_registry.Verb`


   Resolves the model class that is defined in the config file.
   This will return a reference to the model class.

   .. py:method:: __init__

   Overall initialization for all verbs that saves the config


   .. py:attribute:: cli_name
      :value: 'model'



   .. py:attribute:: add_parser_kwargs


   .. py:method:: setup_parser(parser)
      :staticmethod:


      Not implemented



   .. py:method:: run_cli()

      Not implemented



   .. py:method:: run()

      Fetch and return the model _class_. Does not create an instance of
      the model class.



