Class VertexAiMultimodalEmbeddingOptions.Builder
java.lang.Object
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
- Enclosing class:
- VertexAiMultimodalEmbeddingOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
from
(VertexAiMultimodalEmbeddingOptions fromOptions) withDimensions
(Integer dimensions) withVideoEndOffsetSec
(Integer videoEndOffsetSec) withVideoIntervalSec
(Integer videoIntervalSec) withVideoStartOffsetSec
(Integer videoStartOffsetSec)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
public VertexAiMultimodalEmbeddingOptions.Builder from(VertexAiMultimodalEmbeddingOptions fromOptions) -
withModel
-
withModel
public VertexAiMultimodalEmbeddingOptions.Builder withModel(VertexAiMultimodalEmbeddingModelName model) -
withDimensions
-
withVideoStartOffsetSec
public VertexAiMultimodalEmbeddingOptions.Builder withVideoStartOffsetSec(Integer videoStartOffsetSec) -
withVideoEndOffsetSec
-
withVideoIntervalSec
-
build
-