Class BedrockAnthropicChatModel

java.lang.Object
org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
All Implemented Interfaces:
ChatModel, StreamingChatModel, Model<Prompt,ChatResponse>, StreamingModel<Prompt,ChatResponse>

@Deprecated public class BedrockAnthropicChatModel extends Object implements ChatModel, StreamingChatModel
Deprecated.
in favor of the BedrockProxyChatModel.
Java ChatModel and StreamingChatModel for the Bedrock Anthropic chat generative.
Since:
0.8.0
Author:
Christian Tzolov