1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/ai/index-endpoints/help
2022-03-01 04:29:52 +00:00

49 lines
1.1 KiB
Text

NAME
gcloud ai index-endpoints - manage Vertex AI index endpoints
SYNOPSIS
gcloud ai index-endpoints COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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
Create a new Vertex AI index endpoint.
delete
Delete an existing Vertex AI index endpoint.
deploy-index
Deploy an index to a Vertex AI index endpoint.
describe
Gets detailed index endpoint information about the given index endpoint
id.
list
Lists the index endpoints of the given project and region.
mutate-deployed-index
Mutate an existing deployed index from a Vertex AI index endpoint.
undeploy-index
Undeploy an index from a Vertex AI index endpoint.
update
Update an Vertex AI index endpoint.
NOTES
These variants are also available:
$ gcloud alpha ai index-endpoints
$ gcloud beta ai index-endpoints