abacusai.streaming_auth_token
Classes
A streaming authentication token that is used to authenticate requests to append data to streaming datasets |
Module Contents
- class abacusai.streaming_auth_token.AbstractApiClass(client, id)
- __eq__(other)
Return self==value.
- _get_attribute_as_dict(attribute)
- class abacusai.streaming_auth_token.StreamingAuthToken(client, streamingToken=None, createdAt=None)
Bases:
abacusai.return_class.AbstractApiClassA streaming authentication token that is used to authenticate requests to append data to streaming datasets
- Parameters:
- __repr__()
Return repr(self).