public enum SafetySetting.HarmBlockThreshold extends Enum<SafetySetting.HarmBlockThreshold> implements ProtocolMessageEnum
Probability based thresholds levels for blocking.
Protobuf enum google.cloud.vertexai.v1.SafetySetting.HarmBlockThreshold
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BLOCK_LOW_AND_ABOVE |
Block low threshold and above (i.e. block more). |
BLOCK_LOW_AND_ABOVE_VALUE |
Block low threshold and above (i.e. block more). |
BLOCK_MEDIUM_AND_ABOVE |
Block medium threshold and above. |
BLOCK_MEDIUM_AND_ABOVE_VALUE |
Block medium threshold and above. |
BLOCK_NONE |
Block none. |
BLOCK_NONE_VALUE |
Block none. |
BLOCK_ONLY_HIGH |
Block only high threshold (i.e. block less). |
BLOCK_ONLY_HIGH_VALUE |
Block only high threshold (i.e. block less). |
HARM_BLOCK_THRESHOLD_UNSPECIFIED |
Unspecified harm block threshold. |
HARM_BLOCK_THRESHOLD_UNSPECIFIED_VALUE |
Unspecified harm block threshold. |
OFF |
Turn off the safety filter. |
OFF_VALUE |
Turn off the safety filter. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |