Enum SafetySetting.HarmBlockThreshold (3.42.0)

public enum SafetySetting.HarmBlockThreshold extends Enum<SafetySetting.HarmBlockThreshold> implements ProtocolMessageEnum

Probability based thresholds levels for blocking.

Protobuf enum google.cloud.aiplatform.v1.SafetySetting.HarmBlockThreshold

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOCK_LOW_AND_ABOVE

Block low threshold and above (i.e. block more).

BLOCK_LOW_AND_ABOVE = 1;

BLOCK_LOW_AND_ABOVE_VALUE

Block low threshold and above (i.e. block more).

BLOCK_LOW_AND_ABOVE = 1;

BLOCK_MEDIUM_AND_ABOVE

Block medium threshold and above.

BLOCK_MEDIUM_AND_ABOVE = 2;

BLOCK_MEDIUM_AND_ABOVE_VALUE

Block medium threshold and above.

BLOCK_MEDIUM_AND_ABOVE = 2;

BLOCK_NONE

Block none.

BLOCK_NONE = 4;

BLOCK_NONE_VALUE

Block none.

BLOCK_NONE = 4;

BLOCK_ONLY_HIGH

Block only high threshold (i.e. block less).

BLOCK_ONLY_HIGH = 3;

BLOCK_ONLY_HIGH_VALUE

Block only high threshold (i.e. block less).

BLOCK_ONLY_HIGH = 3;

HARM_BLOCK_THRESHOLD_UNSPECIFIED

Unspecified harm block threshold.

HARM_BLOCK_THRESHOLD_UNSPECIFIED = 0;

HARM_BLOCK_THRESHOLD_UNSPECIFIED_VALUE

Unspecified harm block threshold.

HARM_BLOCK_THRESHOLD_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()