Package dev.langchain4j.model.bedrock
Class BedrockTitanEmbeddingResponse
java.lang.Object
dev.langchain4j.model.bedrock.BedrockTitanEmbeddingResponse
- All Implemented Interfaces:
BedrockEmbeddingResponse
Bedrock Titan embedding response
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.model.bedrock.internal.BedrockEmbeddingResponse
getInputTextTokenCount
-
Constructor Details
-
BedrockTitanEmbeddingResponse
public BedrockTitanEmbeddingResponse()
-
-
Method Details
-
toEmbedding
Description copied from interface:BedrockEmbeddingResponse
Get embedding- Specified by:
toEmbedding
in interfaceBedrockEmbeddingResponse
- Returns:
- embedding
-