We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unknown
HarmBlockThreshold
1 parent 637da27 commit 089c90aCopy full SHA for 089c90a
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/HarmBlockThreshold.kt
@@ -20,9 +20,6 @@ package com.google.firebase.vertexai.type
20
* Represents the threshold for some [HarmCategory] that is allowed and blocked by [SafetySetting].
21
*/
22
enum class HarmBlockThreshold {
23
- /** The threshold was not specified. */
24
- UNKNOWN,
25
-
26
/** Content with negligible harm is allowed. */
27
LOW_AND_ABOVE,
28
0 commit comments