abacusai.api_class.blob_input
Classes
Helper class that provides a standard way to create an ABC using |
|
Binary large object input data. |
Module Contents
- class abacusai.api_class.blob_input.ApiClass
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- __post_init__()
- classmethod _get_builder()
- __str__()
Return str(self).
- _repr_html_()
- to_dict()
Standardizes converting an ApiClass to dictionary. Keys of response dictionary are converted to camel case. This also validates the fields ( type, value, etc ) received in the dictionary.
- class abacusai.api_class.blob_input.BlobInput
Bases:
abacusai.api_class.abstract.ApiClassBinary large object input data.
- Parameters: