mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud ai indexes upsert-datapoints (INDEX : --region=REGION)
|
||||
--datapoints-from-file=DATAPOINTS_FROM_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
--datapoints-from-file=DATAPOINTS_FROM_FILE
|
||||
[--update-mask=[UPDATE_MASK_PATH,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To upsert datapoints into an index '123', run:
|
||||
|
|
@ -51,6 +52,17 @@ REQUIRED FLAGS
|
|||
Path to a local JSON file that contains the data points that need to be
|
||||
added to the index.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--update-mask=[UPDATE_MASK_PATH,...]
|
||||
Update mask is used to specify the fields to be overwritten in the
|
||||
datapoints by the update. The fields specified in the update_mask are
|
||||
relative to each IndexDatapoint inside datapoints, not the full
|
||||
request.
|
||||
|
||||
Updatable fields:
|
||||
◆ Use --update-mask=all_restricts to update both restricts and
|
||||
numeric_restricts.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue