gcloud beta ai endpoints

NAME
gcloud beta ai endpoints - manage Vertex AI endpoints
SYNOPSIS
gcloud beta ai endpoints COMMAND [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) An endpoint contains one or more deployed models, all of which must have the same interface but may come from different models. An endpoint is to obtain online prediction and explanation from one of its deployed models.

When you communicate with Vertex AI services, you identify a specific endpoint that is deployed in the cloud using a combination of the current project, the region, and the endpoint.

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 endpoint.
delete
(BETA) Delete an existing Vertex AI endpoint.
deploy-model
(BETA) Deploy a model to an existing Vertex AI endpoint.
describe
(BETA) Describe an existing Vertex AI endpoint.
explain
(BETA) Request an online explanation from an Vertex AI endpoint.
list
(BETA) List existing Vertex AI endpoints.
predict
(BETA) Run Vertex AI online prediction.
raw-predict
(BETA) Run Vertex AI online raw prediction.
undeploy-model
(BETA) Undeploy a model from an existing Vertex AI endpoint.
update
(BETA) Update an existing Vertex AI endpoint.
NOTES
This command is currently in beta and might change without notice. These variants are also available:
gcloud ai endpoints
gcloud alpha ai endpoints