Uses of Class
com.google.genai.gaos.models.interactions.Threshold
Packages that use Threshold
-
Uses of Threshold in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ThresholdModifier and TypeFieldDescriptionstatic final ThresholdThreshold.BLOCK_LOW_AND_ABOVEstatic final ThresholdThreshold.BLOCK_MEDIUM_AND_ABOVEstatic final ThresholdThreshold.BLOCK_NONEstatic final ThresholdThreshold.BLOCK_ONLY_HIGHstatic final ThresholdThreshold.OFFMethods in com.google.genai.gaos.models.interactions that return ThresholdModifier and TypeMethodDescriptionstatic ThresholdReturns a Threshold with the given value.static Threshold[]Threshold.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ThresholdMethods in com.google.genai.gaos.models.interactions with parameters of type ThresholdModifier and TypeMethodDescriptionRequired.SafetySetting.withThreshold(Threshold threshold) Required.Constructors in com.google.genai.gaos.models.interactions with parameters of type ThresholdModifierConstructorDescriptionSafetySetting(Method method, Threshold threshold, HarmCategory type) SafetySetting(Threshold threshold, HarmCategory type)