Class VertexAiTextEmbeddingOptions.Builder
java.lang.Object
org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
- Enclosing class:
- VertexAiTextEmbeddingOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoTruncate(@Nullable Boolean autoTruncate) build()dimensions(@Nullable Integer dimensions) from(VertexAiTextEmbeddingOptions fromOptions) taskType(@Nullable VertexAiTextEmbeddingOptions.TaskType taskType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
model
-
model
-
taskType
public VertexAiTextEmbeddingOptions.Builder taskType(@Nullable VertexAiTextEmbeddingOptions.TaskType taskType) -
dimensions
-
title
-
autoTruncate
-
build
-