mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
39 lines
740 B
Text
39 lines
740 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.
|
|
|
|
update
|
|
Update an Vertex AI index.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha ai indexes
|
|
|
|
$ gcloud beta ai indexes
|
|
|