:py:mod:`abacusai.deployment_auth_token`
========================================

.. py:module:: abacusai.deployment_auth_token


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.deployment_auth_token.DeploymentAuthToken




.. py:class:: DeploymentAuthToken(client, deploymentToken=None, createdAt=None, name=None)

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

   A deployment authentication token that is used to authenticate prediction requests

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param deploymentToken: The unique token used to authenticate requests
   :type deploymentToken: str
   :param createdAt: When the token was created
   :type createdAt: str
   :param name: The name associated with the authentication token
   :type name: 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



