Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

package com.google.firebase.vertexai.type

/**
* Represents the threshold for some [HarmCategory] that is allowed and blocked by [SafetySetting].
*/
/** Represents the threshold for a [HarmCategory] to be allowed by [SafetySetting]. */
public enum class HarmBlockThreshold {
/** Content with negligible harm is allowed. */
LOW_AND_ABOVE,
Expand Down
Loading