mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
52 lines
960 B
Text
52 lines
960 B
Text
NAME
|
|
gcloud vector-search collections - manage Collection resources
|
|
|
|
SYNOPSIS
|
|
gcloud vector-search collections GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Manage Vector Search data objects.
|
|
|
|
indexes
|
|
Manage Index resources.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a collection.
|
|
|
|
delete
|
|
Delete a collection.
|
|
|
|
describe
|
|
Describe a collection.
|
|
|
|
export-data-objects
|
|
Export data objects from a collection.
|
|
|
|
import-data-objects
|
|
Import data objects into a collection.
|
|
|
|
list
|
|
List collections.
|
|
|
|
update
|
|
Update a collection.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta vector-search collections
|
|
|