Storage
Hazy's Hub supports storing logging, generative models and generation statistics in the following object stores:
- Local file system where the Hub is provisioned
- AWS S3.
- GCP Cloud Storage.
- Azure Blob Storage.
Please supply the following environment variables:
# Logs location for each training/generation
LOGS_FOLDER=...
TEMP_LOGS_FOLDER=/configurator_app_data/logs # local to docker container
# Model registry
MODELS_FOLDER=...
# Generation state includes statistics for generation runs
GENERATION_STATE_FOLDER=...
# Download folder of synthetic data
CONFIGURATOR_DOWNLOAD_FOLDER=...
Note that read/write/list access is required for the above.
Please refer to the corresponding object store vendor documentation for enabling access to these.