abacusai.deployment_auth_token ============================== .. py:module:: abacusai.deployment_auth_token Classes ------- .. autoapisummary:: abacusai.deployment_auth_token.DeploymentAuthToken Module Contents --------------- .. 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: The date and time when the token was created, in ISO-8601 format. :type createdAt: str :param name: The name associated with the authentication token. :type name: str .. py:attribute:: deployment_token :value: None .. py:attribute:: created_at :value: None .. py:attribute:: name :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