mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
54 lines
1.1 KiB
Text
54 lines
1.1 KiB
Text
NAME
|
|
gcloud beta vector-search collections - manage Collection resources
|
|
|
|
SYNOPSIS
|
|
gcloud beta vector-search collections GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Collection resources.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
data-objects
|
|
(BETA) Manage Vector Search data objects.
|
|
|
|
indexes
|
|
(BETA) Manage Index resources.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a collection.
|
|
|
|
delete
|
|
(BETA) Delete a collection.
|
|
|
|
describe
|
|
(BETA) Describe a collection.
|
|
|
|
export-data-objects
|
|
(BETA) Export data objects from a collection.
|
|
|
|
import-data-objects
|
|
(BETA) Import data objects into a collection.
|
|
|
|
list
|
|
(BETA) List collections.
|
|
|
|
update
|
|
(BETA) Update a collection.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud vector-search collections
|
|
|