Uses of Class
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
Packages that use VertexAiMultimodalEmbeddingOptions.Builder
-
Uses of VertexAiMultimodalEmbeddingOptions.Builder in org.springframework.ai.vertexai.embedding.multimodal
Methods in org.springframework.ai.vertexai.embedding.multimodal that return VertexAiMultimodalEmbeddingOptions.BuilderModifier and TypeMethodDescriptionVertexAiMultimodalEmbeddingOptions.builder()VertexAiMultimodalEmbeddingOptions.Builder.dimensions(Integer dimensions) VertexAiMultimodalEmbeddingOptions.Builder.from(VertexAiMultimodalEmbeddingOptions fromOptions) VertexAiMultimodalEmbeddingOptions.Builder.model(VertexAiMultimodalEmbeddingModelName model) VertexAiMultimodalEmbeddingOptions.Builder.videoEndOffsetSec(Integer videoEndOffsetSec) VertexAiMultimodalEmbeddingOptions.Builder.videoIntervalSec(Integer videoIntervalSec) VertexAiMultimodalEmbeddingOptions.Builder.videoStartOffsetSec(Integer videoStartOffsetSec)