We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b289fcf commit fd5ff99Copy full SHA for fd5ff99
google/cloud/aiplatform/matching_engine/_protos/match_service.proto
@@ -74,7 +74,7 @@ message MatchRequest {
74
// nearest neighbor search. If embedding values isn't set, will first uses
75
// embedding_id to lookup embedding values from dataset, if embedding exist in
76
// the dataset, do nearest neighbor search.
77
- string embedding_id = 10 [(datapol.semantic_type) = ST_IDENTIFYING_ID];
+ string embedding_id = 10;
78
}
79
80
// Embedding on query result.
0 commit comments