Package dev.langchain4j.model.bedrock
Class BedrockLlamaChatModelResponse
java.lang.Object
dev.langchain4j.model.bedrock.BedrockLlamaChatModelResponse
- All Implemented Interfaces:
BedrockChatModelResponse
Bedrock Llama Invoke response
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BedrockLlamaChatModelResponse
public BedrockLlamaChatModelResponse()
-
-
Method Details
-
getOutputText
- Specified by:
getOutputText
in interfaceBedrockChatModelResponse
-
getFinishReason
- Specified by:
getFinishReason
in interfaceBedrockChatModelResponse
-
getTokenUsage
- Specified by:
getTokenUsage
in interfaceBedrockChatModelResponse
-