:py:mod:`abacusai.hosted_model_token`
=====================================

.. py:module:: abacusai.hosted_model_token


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.hosted_model_token.HostedModelToken




.. py:class:: HostedModelToken(client, createdAt=None, tag=None, trailingAuthToken=None, hostedModelTokenId=None)

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

   A hosted model authentication token that is used to authenticate requests to an abacus hosted model

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param createdAt: When the token was created
   :type createdAt: str
   :param tag: A user-friendly tag for the API key.
   :type tag: str
   :param trailingAuthToken: The last four characters of the un-encrypted auth token
   :type trailingAuthToken: str
   :param hostedModelTokenId: The unique identifier attached to this authenticaion token
   :type hostedModelTokenId: 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



