abacusai.model_training_type_for_deployment
===========================================

.. py:module:: abacusai.model_training_type_for_deployment


Classes
-------

.. autoapisummary::

   abacusai.model_training_type_for_deployment.ModelTrainingTypeForDeployment


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

.. 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:attribute:: label
      :value: None



   .. py:attribute:: value
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. 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



