Uses of Class
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
Packages that use VertexAiMultimodalEmbeddingOptions
Package
Description
-
Uses of VertexAiMultimodalEmbeddingOptions in org.springframework.ai.autoconfigure.vertexai.embedding
Methods in org.springframework.ai.autoconfigure.vertexai.embedding that return VertexAiMultimodalEmbeddingOptionsMethods in org.springframework.ai.autoconfigure.vertexai.embedding with parameters of type VertexAiMultimodalEmbeddingOptionsModifier and TypeMethodDescriptionvoid
VertexAiMultimodalEmbeddingProperties.setOptions
(VertexAiMultimodalEmbeddingOptions options) -
Uses of VertexAiMultimodalEmbeddingOptions in org.springframework.ai.vertexai.embedding.multimodal
Fields in org.springframework.ai.vertexai.embedding.multimodal declared as VertexAiMultimodalEmbeddingOptionsModifier and TypeFieldDescriptionVertexAiMultimodalEmbeddingModel.defaultOptions
protected VertexAiMultimodalEmbeddingOptions
VertexAiMultimodalEmbeddingOptions.Builder.options
Methods in org.springframework.ai.vertexai.embedding.multimodal that return VertexAiMultimodalEmbeddingOptionsMethods in org.springframework.ai.vertexai.embedding.multimodal with parameters of type VertexAiMultimodalEmbeddingOptionsModifier and TypeMethodDescriptionVertexAiMultimodalEmbeddingOptions.Builder.from
(VertexAiMultimodalEmbeddingOptions fromOptions) Constructors in org.springframework.ai.vertexai.embedding.multimodal with parameters of type VertexAiMultimodalEmbeddingOptionsModifierConstructorDescriptionVertexAiMultimodalEmbeddingModel
(VertexAiEmbeddingConnectionDetails connectionDetails, VertexAiMultimodalEmbeddingOptions defaultEmbeddingOptions)