abacusai.hosted_model_token =========================== .. py:module:: abacusai.hosted_model_token Classes ------- .. autoapisummary:: abacusai.hosted_model_token.HostedModelToken Module Contents --------------- .. 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:attribute:: created_at :value: None .. py:attribute:: tag :value: None .. py:attribute:: trailing_auth_token :value: None .. py:attribute:: hosted_model_token_id :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