@@ -122,10 +122,8 @@ def _create(
122
122
The name can be up to 128 characters long and
123
123
can be consist of any UTF-8 characters.
124
124
contents_delta_uri (str):
125
- Optional. Allows inserting, updating or deleting the contents of the Matching Engine Index.
126
- The string must be a valid Google Cloud Storage directory path. If this
127
- field is set when calling IndexService.UpdateIndex, then no other
128
- Index field can be also updated as part of the same call.
125
+ Optional. Allows inserting the initial contents of the Matching Engine Index.
126
+ The string must be a valid Google Cloud Storage directory path.
129
127
The expected structure and format of the files this URI points to is
130
128
described at
131
129
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
@@ -458,10 +456,8 @@ def create_tree_ah_index(
458
456
The name can be up to 128 characters long and
459
457
can be consist of any UTF-8 characters.
460
458
contents_delta_uri (str):
461
- Optional. Allows inserting, updating or deleting the contents of the Matching Engine Index.
462
- The string must be a valid Google Cloud Storage directory path. If this
463
- field is set when calling IndexService.UpdateIndex, then no other
464
- Index field can be also updated as part of the same call.
459
+ Optional. Allows inserting the initial contents of the Matching Engine Index.
460
+ The string must be a valid Google Cloud Storage directory path.
465
461
The expected structure and format of the files this URI points to is
466
462
described at
467
463
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
@@ -619,10 +615,8 @@ def create_brute_force_index(
619
615
The name can be up to 128 characters long and
620
616
can be consist of any UTF-8 characters.
621
617
contents_delta_uri (str):
622
- Optional. Allows inserting, updating or deleting the contents of the Matching Engine Index.
623
- The string must be a valid Google Cloud Storage directory path. If this
624
- field is set when calling IndexService.UpdateIndex, then no other
625
- Index field can be also updated as part of the same call.
618
+ Optional. Allows inserting the initial contents of the Matching Engine Index.
619
+ The string must be a valid Google Cloud Storage directory path.
626
620
The expected structure and format of the files this URI points to is
627
621
described at
628
622
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
0 commit comments