abacusai.hosted_model_token
Module Contents
Classes
A hosted model authentication token that is used to authenticate requests to an abacus hosted model |
- class abacusai.hosted_model_token.HostedModelToken(client, createdAt=None, tag=None, trailingAuthToken=None, hostedModelTokenId=None)
Bases:
abacusai.return_class.AbstractApiClass
A hosted model authentication token that is used to authenticate requests to an abacus hosted model
- Parameters:
client (ApiClient) – An authenticated API Client instance
createdAt (str) – When the token was created
tag (str) – A user-friendly tag for the API key.
trailingAuthToken (str) – The last four characters of the un-encrypted auth token
hostedModelTokenId (str) – The unique identifier attached to this authenticaion token
- __repr__()
Return repr(self).