Uses of Class
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
-
Uses of VertexAiMultimodalEmbeddingOptions.Builder in org.springframework.ai.vertexai.embedding.multimodal
Modifier and TypeMethodDescriptionVertexAiMultimodalEmbeddingOptions.builder()
VertexAiMultimodalEmbeddingOptions.Builder.from
(VertexAiMultimodalEmbeddingOptions fromOptions) VertexAiMultimodalEmbeddingOptions.Builder.withDimensions
(Integer dimensions) VertexAiMultimodalEmbeddingOptions.Builder.withModel
(VertexAiMultimodalEmbeddingModelName model) VertexAiMultimodalEmbeddingOptions.Builder.withVideoEndOffsetSec
(Integer videoEndOffsetSec) VertexAiMultimodalEmbeddingOptions.Builder.withVideoIntervalSec
(Integer videoIntervalSec) VertexAiMultimodalEmbeddingOptions.Builder.withVideoStartOffsetSec
(Integer videoStartOffsetSec)