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(@Nullable Integer dimensions) VertexAiMultimodalEmbeddingOptions.Builder.from(VertexAiMultimodalEmbeddingOptions fromOptions) VertexAiMultimodalEmbeddingOptions.Builder.model(VertexAiMultimodalEmbeddingModelName model) VertexAiMultimodalEmbeddingOptions.Builder.videoEndOffsetSec(@Nullable Integer videoEndOffsetSec) VertexAiMultimodalEmbeddingOptions.Builder.videoIntervalSec(@Nullable Integer videoIntervalSec) VertexAiMultimodalEmbeddingOptions.Builder.videoStartOffsetSec(@Nullable Integer videoStartOffsetSec)