From 9aad398cf46352b38b6d325bd194fd5932ca054e Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 6 Sep 2024 11:02:57 -0700 Subject: [PATCH] feat: add OFF to HarmBlockThreshold PiperOrigin-RevId: 671827417 --- google/cloud/aiplatform/v1/content.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/google/cloud/aiplatform/v1/content.proto b/google/cloud/aiplatform/v1/content.proto index dc202fc75b..b80fe9de11 100644 --- a/google/cloud/aiplatform/v1/content.proto +++ b/google/cloud/aiplatform/v1/content.proto @@ -247,6 +247,9 @@ message SafetySetting { // Block none. BLOCK_NONE = 4; + + // Turn off the safety filter. + OFF = 5; } // Probability vs severity.