Uses of Enum
com.google.cloud.aiplatform.v1.SafetySetting.HarmBlockThreshold
Packages that use SafetySetting.HarmBlockThreshold
-
Uses of SafetySetting.HarmBlockThreshold in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SafetySetting.HarmBlockThresholdModifier and TypeMethodDescriptionSafetySetting.HarmBlockThreshold.forNumber(int value) SafetySetting.Builder.getThreshold()Required.SafetySetting.getThreshold()Required.SafetySettingOrBuilder.getThreshold()Required.SafetySetting.HarmBlockThreshold.valueOf(int value) Deprecated.SafetySetting.HarmBlockThreshold.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SafetySetting.HarmBlockThreshold[]SafetySetting.HarmBlockThreshold.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SafetySetting.HarmBlockThresholdModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SafetySetting.HarmBlockThreshold>SafetySetting.HarmBlockThreshold.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type SafetySetting.HarmBlockThresholdModifier and TypeMethodDescriptionSafetySetting.Builder.setThreshold(SafetySetting.HarmBlockThreshold value) Required.