gcs
Example of using GCS for model storage. See examples/bigquery
directory for an example.
Configuration
- Set below environment variables.
ANOMSTACK_GOOGLE_APPLICATION_CREDENTIALS
: Path to the Google Cloud Platform service account key file.
orANOMSTACK_GOOGLE_APPLICATION_CREDENTIALS_JSON
: JSON string of the Google Cloud Platform service account key file.ANOMSTACK_MODEL_PATH
: Path to the model file on GCS (can also be set in metric batch config yaml asmodel_path
param).