mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 23 10:02:29 UTC 2025
This commit is contained in:
parent
4a036681b1
commit
861d4011dc
116 changed files with 1271 additions and 2834 deletions
|
|
@ -39,14 +39,16 @@ OPTIONAL FLAGS
|
|||
created.
|
||||
|
||||
--index-update-method=INDEX_UPDATE_METHOD
|
||||
The update method to use with this index. Choose stream_update or
|
||||
batch_update. If not set, batch update will be used by default.
|
||||
The update method to use with this index. Choose stream-update or
|
||||
batch-update (case insensitive). If not set, batch update will be used
|
||||
by default. INDEX_UPDATE_METHOD must be one of:
|
||||
|
||||
batch_update: can update index with gcloud ai indexes update using
|
||||
datapoints files on Cloud Storage.
|
||||
|
||||
stream update: can update datapoints with upsert-datapoints and
|
||||
delete-datapoints and will be applied nearly real-time.
|
||||
batch-update
|
||||
can update index with gcloud ai indexes update usingdatapoints
|
||||
files on Cloud Storage.
|
||||
stream-update
|
||||
can update datapoints with upsert-datapoints and`delete-datapoints
|
||||
and will be applied nearly real-time.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue