Package dev.langchain4j.model.bedrock
Class BedrockAnthropicCompletionChatModelResponse
java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicCompletionChatModelResponse
- All Implemented Interfaces:
BedrockChatModelResponse
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockAnthropicCompletionChatModelResponse
extends Object
implements BedrockChatModelResponse
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BedrockAnthropicCompletionChatModelResponse
public BedrockAnthropicCompletionChatModelResponse()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getOutputText
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getOutputText
in interfaceBedrockChatModelResponse
-
getFinishReason
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFinishReason
in interfaceBedrockChatModelResponse
-
getTokenUsage
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTokenUsage
in interfaceBedrockChatModelResponse
-
BedrockChatModel