We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31086d commit ce291b3Copy full SHA for ce291b3
google/cloud/aiplatform/v1beta1/content.proto
@@ -49,9 +49,8 @@ enum HarmCategory {
49
// The harm category is sexually explicit content.
50
HARM_CATEGORY_SEXUALLY_EXPLICIT = 4;
51
52
- // Deprecated: Election filter is not longer supported.
53
// The harm category is civic integrity.
54
- HARM_CATEGORY_CIVIC_INTEGRITY = 5 [deprecated = true];
+ HARM_CATEGORY_CIVIC_INTEGRITY = 5;
55
}
56
57
// Content Part modality
0 commit comments