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