mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
45 lines
894 B
Text
45 lines
894 B
Text
NAME
|
|
gcloud ai indexes - manage Vertex AI indexes
|
|
|
|
SYNOPSIS
|
|
gcloud ai indexes COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Vertex AI indexes.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a new Vertex AI index.
|
|
|
|
delete
|
|
Delete an existing Vertex AI index.
|
|
|
|
describe
|
|
Gets detailed index information about the given index id.
|
|
|
|
list
|
|
Lists the indexes of the given project and region.
|
|
|
|
remove-datapoints
|
|
Remove data points from the specified index.
|
|
|
|
update
|
|
Update an Vertex AI index.
|
|
|
|
upsert-datapoints
|
|
Upsert data points into the specified index.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha ai indexes
|
|
|
|
$ gcloud beta ai indexes
|
|
|