@@ -90,16 +90,6 @@ Please refer to the field 'effective_labels' for all of the labels present on th
90
90
MaxItems : 1 ,
91
91
Elem : & schema.Resource {
92
92
Schema : map [string ]* schema.Schema {
93
- "contents_delta_uri" : {
94
- Type : schema .TypeString ,
95
- Required : true ,
96
- Description : `Allows inserting, updating or deleting the contents of the Matching Engine Index.
97
- The string must be a valid Cloud Storage directory path. If this
98
- field is set when calling IndexService.UpdateIndex, then no other
99
- Index field can be also updated as part of the same call.
100
- The expected structure and format of the files this URI points to is
101
- described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format` ,
102
- },
103
93
"config" : {
104
94
Type : schema .TypeList ,
105
95
Optional : true ,
@@ -199,6 +189,16 @@ The shard size must be specified when creating an index. The value must be one o
199
189
},
200
190
},
201
191
},
192
+ "contents_delta_uri" : {
193
+ Type : schema .TypeString ,
194
+ Optional : true ,
195
+ Description : `Allows inserting, updating or deleting the contents of the Matching Engine Index.
196
+ The string must be a valid Cloud Storage directory path. If this
197
+ field is set when calling IndexService.UpdateIndex, then no other
198
+ Index field can be also updated as part of the same call.
199
+ The expected structure and format of the files this URI points to is
200
+ described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format` ,
201
+ },
202
202
"is_complete_overwrite" : {
203
203
Type : schema .TypeBool ,
204
204
Optional : true ,
0 commit comments