Skip to content

Commit cf13adf

Browse files
Google APIscopybara-github
authored andcommitted
feat: add embedding_metadata to google.cloud.aiplatform.v1.Index
PiperOrigin-RevId: 790792075
1 parent 5d7a4a6 commit cf13adf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/cloud/aiplatform/v1beta1/index.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ message IndexDatapoint {
248248
// Optional. CrowdingTag of the datapoint, the number of neighbors to return
249249
// in each crowding can be configured during query.
250250
CrowdingTag crowding_tag = 5 [(google.api.field_behavior) = OPTIONAL];
251+
252+
// Optional. The key-value map of additional metadata for the datapoint.
253+
google.protobuf.Struct embedding_metadata = 8
254+
[(google.api.field_behavior) = OPTIONAL];
251255
}
252256

253257
// Stats of the Index.

0 commit comments

Comments
 (0)