Class VertexAiMultimodalEmbeddingOptions.Builder
java.lang.Object
org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
- Enclosing class:
- VertexAiMultimodalEmbeddingOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()dimensions(@Nullable Integer dimensions) from(VertexAiMultimodalEmbeddingOptions fromOptions) videoEndOffsetSec(@Nullable Integer videoEndOffsetSec) videoIntervalSec(@Nullable Integer videoIntervalSec) videoStartOffsetSec(@Nullable Integer videoStartOffsetSec)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
public VertexAiMultimodalEmbeddingOptions.Builder from(VertexAiMultimodalEmbeddingOptions fromOptions) -
model
-
model
-
dimensions
-
videoStartOffsetSec
public VertexAiMultimodalEmbeddingOptions.Builder videoStartOffsetSec(@Nullable Integer videoStartOffsetSec) -
videoEndOffsetSec
public VertexAiMultimodalEmbeddingOptions.Builder videoEndOffsetSec(@Nullable Integer videoEndOffsetSec) -
videoIntervalSec
public VertexAiMultimodalEmbeddingOptions.Builder videoIntervalSec(@Nullable Integer videoIntervalSec) -
build
-