- NAME
-
- gcloud alpha storage feature-configs create - create a new Feature Config
- SYNOPSIS
-
-
gcloud alpha storage feature-configs createCONFIG_ID--auto-annotate-models=[AUTO_ANNOTATE_MODELS,…] [--async] [--description=DESCRIPTION] [--exclude-bucket-id-regexes=[EXCLUDE_BUCKET_ID_REGEXES,…] |--include-bucket-id-regexes=[INCLUDE_BUCKET_ID_REGEXES,…]] [--exclude-locations=[EXCLUDE_LOCATIONS,…] |--include-locations=[INCLUDE_LOCATIONS,…]] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Create a new Feature Config. - EXAMPLES
-
To create a Feature Config with config name "my_config" and auto-annotate model
"face-detector":
gcloud alpha storage feature-configs create my_config --auto-annotate-models=face-detector - POSITIONAL ARGUMENTS
-
CONFIG_ID- The ID of the feature configuration to create.
- REQUIRED FLAGS
-
--auto-annotate-models=[AUTO_ANNOTATE_MODELS,…]- Comma-separated list of models to configure.
- FLAGS
-
--async- Return immediately, without waiting for the operation in progress to complete.
--description=DESCRIPTION- The description of the feature configuration.
- BUCKET REGEXES FLAGS
-
-
Specify bucket ID regexes to include or exclude.
At most one of these can be specified:
--exclude-bucket-id-regexes=[EXCLUDE_BUCKET_ID_REGEXES,…]- Comma-separated list of bucket ID regexes to exclude.
--include-bucket-id-regexes=[INCLUDE_BUCKET_ID_REGEXES,…]- Comma-separated list of bucket ID regexes to include.
-
Specify bucket ID regexes to include or exclude.
- LOCATIONS FLAGS
-
-
Specify locations to include or exclude.
At most one of these can be specified:
--exclude-locations=[EXCLUDE_LOCATIONS,…]- Comma-separated list of locations to exclude.
--include-locations=[INCLUDE_LOCATIONS,…]- Comma-separated list of locations to include.
-
Specify locations to include or exclude.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
gcloud alpha storage feature-configs create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-14 UTC.