Optional
autoOptional
httpUsed to override HTTP request options.
Optional
mimeVertex API only. The MIME type of the input.
Optional
outputReduced dimension for the output embedding. If set,
excessive values in the output embedding are truncated from the end.
Supported by newer models since 2024 only. You cannot set this value if
using the earlier model (models/embedding-001
).
Optional
taskType of task for which the embedding will be used.
Optional
titleTitle for the text. Only applicable when TaskType is
RETRIEVAL_DOCUMENT
.
Vertex API only. Whether to silently truncate inputs longer than the max sequence length. If this option is set to false, oversized inputs will lead to an INVALID_ARGUMENT error, similar to other text APIs.