Uses of Class
com.google.genai.gaos.models.interactions.SafetySetting
Packages that use SafetySetting
-
Uses of SafetySetting in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return SafetySettingModifier and TypeMethodDescriptionSafetySetting.Builder.build()SafetySetting.withMethod(Method method) Optional.SafetySetting.withThreshold(Threshold threshold) Required.SafetySetting.withType(HarmCategory type) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type SafetySettingModifier and TypeMethodDescriptionCreateAgentInteraction.safetySettings()Safety settings for the interaction.CreateModelInteraction.safetySettings()Safety settings for the interaction.Interaction.safetySettings()Safety settings for the interaction.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type SafetySettingModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.safetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateModelInteraction.Builder.safetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.Interaction.Builder.safetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateAgentInteraction.withSafetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateModelInteraction.withSafetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.Interaction.withSafetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.