gcloud alpha storage feature-configs create

NAME
gcloud alpha storage feature-configs create - create a new Feature Config
SYNOPSIS
gcloud alpha storage feature-configs create CONFIG_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.
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.
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 help for 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.