Uses of Enum
dev.langchain4j.model.vertexai.SafetyThreshold
Packages that use SafetyThreshold
-
Uses of SafetyThreshold in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return SafetyThresholdModifier and TypeMethodDescriptionstatic SafetyThresholdReturns the enum constant of this type with the specified name.static SafetyThreshold[]SafetyThreshold.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in dev.langchain4j.model.vertexai with type arguments of type SafetyThresholdModifierConstructorDescriptionVertexAiGeminiChatModel(String project, String location, String modelName, Float temperature, Integer maxOutputTokens, Integer topK, Float topP, Integer seed, Integer maxRetries, String responseMimeType, com.google.cloud.vertexai.api.Schema responseSchema, Map<HarmCategory, SafetyThreshold> safetySettings, Boolean useGoogleSearch, String vertexSearchDatastore, ToolCallingMode toolCallingMode, List<String> allowedFunctionNames, Boolean logRequests, Boolean logResponses, List<dev.langchain4j.model.chat.listener.ChatModelListener> listeners) VertexAiGeminiStreamingChatModel(String project, String location, String modelName, Float temperature, Integer maxOutputTokens, Integer topK, Float topP, String responseMimeType, com.google.cloud.vertexai.api.Schema responseSchema, Map<HarmCategory, SafetyThreshold> safetySettings, Boolean useGoogleSearch, String vertexSearchDatastore, ToolCallingMode toolCallingMode, List<String> allowedFunctionNames, Boolean logRequests, Boolean logResponses, List<dev.langchain4j.model.chat.listener.ChatModelListener> listeners)