Skip to content

Commit eb16f17

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Fix contents_delta_uri docstring for matching engine create operations
PiperOrigin-RevId: 696981054
1 parent fa4c7b0 commit eb16f17

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

google/cloud/aiplatform/matching_engine/matching_engine_index.py

+6-12
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,8 @@ def _create(
122122
The name can be up to 128 characters long and
123123
can be consist of any UTF-8 characters.
124124
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.
129127
The expected structure and format of the files this URI points to is
130128
described at
131129
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
@@ -458,10 +456,8 @@ def create_tree_ah_index(
458456
The name can be up to 128 characters long and
459457
can be consist of any UTF-8 characters.
460458
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.
465461
The expected structure and format of the files this URI points to is
466462
described at
467463
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
@@ -619,10 +615,8 @@ def create_brute_force_index(
619615
The name can be up to 128 characters long and
620616
can be consist of any UTF-8 characters.
621617
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.
626620
The expected structure and format of the files this URI points to is
627621
described at
628622
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure

0 commit comments

Comments
 (0)