Module: Google::Cloud::AIPlatform::V1::SafetySetting::HarmBlockThreshold
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Probability based thresholds levels for blocking.
Constant Summary collapse
- HARM_BLOCK_THRESHOLD_UNSPECIFIED =
Unspecified harm block threshold.
0
- BLOCK_LOW_AND_ABOVE =
Block low threshold and above (i.e. block more).
1
- BLOCK_MEDIUM_AND_ABOVE =
Block medium threshold and above.
2
- BLOCK_ONLY_HIGH =
Block only high threshold (i.e. block less).
3
- BLOCK_NONE =
Block none.
4
- OFF =
Turn off the safety filter.
5