Class BedrockTitanEmbeddingOptions
java.lang.Object
org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
- All Implemented Interfaces:
EmbeddingOptions
,ModelOptions
Options for the Titan Embedding API.
- Author:
- Wei Jiang, Thomas Vitale
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.springframework.ai.embedding.EmbeddingOptions
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getModel()
void
setInputType
(BedrockTitanEmbeddingModel.InputType inputType)
-
Constructor Details
-
BedrockTitanEmbeddingOptions
public BedrockTitanEmbeddingOptions()
-
-
Method Details
-
builder
-
getInputType
-
setInputType
-
getModel
- Specified by:
getModel
in interfaceEmbeddingOptions
-
getDimensions
- Specified by:
getDimensions
in interfaceEmbeddingOptions
-