Uses of Class
com.google.genai.types.HarmBlockThreshold
Packages that use HarmBlockThreshold
-
Uses of HarmBlockThreshold in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type HarmBlockThresholdModifier and TypeMethodDescriptionabstract Optional<HarmBlockThreshold>SafetyRating.overwrittenThreshold()Output only.abstract Optional<HarmBlockThreshold>SafetySetting.threshold()Required.Methods in com.google.genai.types with parameters of type HarmBlockThresholdModifier and TypeMethodDescriptionabstract SafetyRating.BuilderSafetyRating.Builder.overwrittenThreshold(HarmBlockThreshold overwrittenThreshold) Setter for overwrittenThreshold.abstract SafetySetting.BuilderSafetySetting.Builder.threshold(HarmBlockThreshold threshold) Setter for threshold.