We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7a4a6 commit cf13adfCopy full SHA for cf13adf
google/cloud/aiplatform/v1beta1/index.proto
@@ -248,6 +248,10 @@ message IndexDatapoint {
248
// Optional. CrowdingTag of the datapoint, the number of neighbors to return
249
// in each crowding can be configured during query.
250
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];
255
}
256
257
// Stats of the Index.
0 commit comments