mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
NAME
|
|
gcloud beta ai index-endpoints - manage Vertex AI index endpoints
|
|
|
|
SYNOPSIS
|
|
gcloud beta ai index-endpoints COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Vertex AI index endpoints.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a new Vertex AI index endpoint.
|
|
|
|
delete
|
|
(BETA) Delete an existing Vertex AI index endpoint.
|
|
|
|
deploy-index
|
|
(BETA) Deploy an index to a Vertex AI index endpoint.
|
|
|
|
describe
|
|
(BETA) Gets detailed index endpoint information about the given index
|
|
endpoint id.
|
|
|
|
list
|
|
(BETA) Lists the index endpoints of the given project and region.
|
|
|
|
mutate-deployed-index
|
|
(BETA) Mutate an existing deployed index from a Vertex AI index
|
|
endpoint.
|
|
|
|
undeploy-index
|
|
(BETA) Undeploy an index from a Vertex AI index endpoint.
|
|
|
|
update
|
|
(BETA) Update an Vertex AI index endpoint.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud ai index-endpoints
|
|
|
|
$ gcloud alpha ai index-endpoints
|
|
|