Skip to content

Commit fd5ff99

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
feat: remove google internal annotation when export to github.
PiperOrigin-RevId: 525198200
1 parent b289fcf commit fd5ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/matching_engine/_protos/match_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ message MatchRequest {
7474
// nearest neighbor search. If embedding values isn't set, will first uses
7575
// embedding_id to lookup embedding values from dataset, if embedding exist in
7676
// the dataset, do nearest neighbor search.
77-
string embedding_id = 10 [(datapol.semantic_type) = ST_IDENTIFYING_ID];
77+
string embedding_id = 10;
7878
}
7979

8080
// Embedding on query result.

0 commit comments

Comments
 (0)