:py:mod:`abacusai.model_training_type_for_deployment`
=====================================================

.. py:module:: abacusai.model_training_type_for_deployment


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.model_training_type_for_deployment.ModelTrainingTypeForDeployment




.. py:class:: ModelTrainingTypeForDeployment(client, label=None, value=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   Model training types for deployment.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param label: Labels to show to users in deployment UI
   :type label: str
   :param value: Value to use on backend for deployment API call
   :type value: str

   .. py:method:: __repr__()

      Return repr(self).


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



