Storage Options
TitanQ SDK currently support two types of storage. More information at TitanQ PyPI page
Managed storage
To use the managed storage, create a Model
without providing any storage option.
S3 Storage
Storage client using S3 bucket from AWS
- titanq.S3Storage.__init__(self, access_key: str, secret_key: str, bucket_name: str)
Initialize self. See help(type(self)) for accurate signature.