Uses of Enum Class
org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
-
Uses of VertexAiGeminiChatModel.ChatModel in org.springframework.ai.vertexai.gemini
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VertexAiGeminiChatModel.ChatModel[]
VertexAiGeminiChatModel.ChatModel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionVertexAiGeminiChatOptions.Builder.model
(VertexAiGeminiChatModel.ChatModel model) VertexAiGeminiChatOptions.Builder.withModel
(VertexAiGeminiChatModel.ChatModel model) Deprecated, for removal: This API element is subject to removal in a future version.
VertexAiGeminiChatOptions.Builder.model(ChatModel)
instead.