1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud ai index-endpoints deploy-index (INDEX_ENDPOINT : --region=REGION)
--deployed-index-id=DEPLOYED_INDEX_ID --display-name=DISPLAY_NAME
--index=INDEX [--max-replica-count=MAX_REPLICA_COUNT]
--index=INDEX [--machine-type=MACHINE_TYPE]
[--max-replica-count=MAX_REPLICA_COUNT]
[--min-replica-count=MIN_REPLICA_COUNT]
[--reserved-ip-ranges=[RESERVED_IP_RANGES,...]] [GCLOUD_WIDE_FLAG ...]
@ -69,6 +70,11 @@ REQUIRED FLAGS
ID of the index.
OPTIONAL FLAGS
--machine-type=MACHINE_TYPE
The machine resources to be used for each node of this deployment. For
available machine types, see
https://cloud.google.com/ai-platform-unified/docs/predictions/machine-types.
--max-replica-count=MAX_REPLICA_COUNT
Maximum number of machine replicas the deployed index will be always
deployed on.