mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -2,10 +2,10 @@ NAME
|
|||
gcloud alpha ai endpoints list - list existing Vertex AI endpoints
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha ai endpoints list [--list-model-garden-endpoints-only]
|
||||
[--region=REGION] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha ai endpoints list [--gdc-zone=GDC_ZONE]
|
||||
[--list-model-garden-endpoints-only] [--region=REGION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To list the endpoints under project example in region us-central1, run:
|
||||
|
|
@ -20,6 +20,9 @@ EXAMPLES
|
|||
--region=us-central1 --list-model-garden-endpoints-only
|
||||
|
||||
FLAGS
|
||||
--gdc-zone=GDC_ZONE
|
||||
The name of the GDC zone. If set, the endpoint is for GDCc.
|
||||
|
||||
--list-model-garden-endpoints-only
|
||||
Whether to only list endpoints related to Model Garden.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue