From fd5ff998282dc5d0511f03ea6eb6d27c05183d59 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Tue, 18 Apr 2023 11:11:00 -0700 Subject: [PATCH] feat: remove google internal annotation when export to github. PiperOrigin-RevId: 525198200 --- .../aiplatform/matching_engine/_protos/match_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/aiplatform/matching_engine/_protos/match_service.proto b/google/cloud/aiplatform/matching_engine/_protos/match_service.proto index 98aa8be91d..a56ff0fa3e 100644 --- a/google/cloud/aiplatform/matching_engine/_protos/match_service.proto +++ b/google/cloud/aiplatform/matching_engine/_protos/match_service.proto @@ -74,7 +74,7 @@ message MatchRequest { // nearest neighbor search. If embedding values isn't set, will first uses // embedding_id to lookup embedding values from dataset, if embedding exist in // the dataset, do nearest neighbor search. - string embedding_id = 10 [(datapol.semantic_type) = ST_IDENTIFYING_ID]; + string embedding_id = 10; } // Embedding on query result.