Uses of Class
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
Packages that use VertexAiMultimodalEmbeddingOptions
-
Uses of VertexAiMultimodalEmbeddingOptions in org.springframework.ai.vertexai.embedding.multimodal
Fields in org.springframework.ai.vertexai.embedding.multimodal declared as VertexAiMultimodalEmbeddingOptionsModifier and TypeFieldDescriptionVertexAiMultimodalEmbeddingModel.defaultOptionsprotected VertexAiMultimodalEmbeddingOptionsVertexAiMultimodalEmbeddingOptions.Builder.optionsMethods 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)