mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud ai indexes create --display-name=DISPLAY_NAME
|
||||
--metadata-file=METADATA_FILE [--description=DESCRIPTION]
|
||||
[--labels=[KEY=VALUE,...]] [--metadata-schema-uri=METADATA_SCHEMA_URI]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--index-update-method=INDEX_UPDATE_METHOD] [--labels=[KEY=VALUE,...]]
|
||||
[--metadata-schema-uri=METADATA_SCHEMA_URI] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To create an index under project example in region us-central1, run:
|
||||
|
|
@ -26,6 +27,16 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the index.
|
||||
|
||||
--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.
|
||||
|
||||
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.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue