mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud beta 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 ...]
|
||||
|
||||
|
|
@ -70,6 +71,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.
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ SYNOPSIS
|
|||
| --datapoints-from-file=DATAPOINTS_FROM_FILE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To remove datapoints from an index '123', run:
|
||||
To remove data points from an index 123, run:
|
||||
|
||||
$ gcloud beta ai indexes remove-datapoints 123 \
|
||||
--datapoint-ids=example1,example2 --project=example \
|
||||
--region=us-central1
|
||||
|
||||
Or put datapoint ids in a json file and run:
|
||||
Or put datapoint ids in a JSON file and run:
|
||||
|
||||
$ gcloud beta ai indexes remove-datapoints 123 \
|
||||
--datapoints-from-file=example.json --project=example \
|
||||
|
|
@ -72,8 +72,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai indexes remove-datapoints
|
||||
|
||||
$ gcloud alpha ai indexes remove-datapoints
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
--datapoints-from-file=DATAPOINTS_FROM_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To upsert datapoints into an index '123', run:
|
||||
To upsert datapoints into an index 123, run:
|
||||
|
||||
$ gcloud beta ai indexes upsert-datapoints 123 \
|
||||
--datapoints-from-file=example.json --project=example \
|
||||
|
|
@ -60,8 +60,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai indexes upsert-datapoints
|
||||
|
||||
$ gcloud alpha ai indexes upsert-datapoints
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue