Uses of Enum Class
org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
Packages that use VertexAiTextEmbeddingModelName
-
Uses of VertexAiTextEmbeddingModelName in org.springframework.ai.vertexai.embedding.text
Methods in org.springframework.ai.vertexai.embedding.text that return VertexAiTextEmbeddingModelNameModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VertexAiTextEmbeddingModelName[]
VertexAiTextEmbeddingModelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.vertexai.embedding.text with parameters of type VertexAiTextEmbeddingModelNameModifier and TypeMethodDescriptionVertexAiTextEmbeddingOptions.Builder.model
(VertexAiTextEmbeddingModelName model)