Class BedrockAnthropic3ChatAutoConfiguration

java.lang.Object
org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatAutoConfiguration

@AutoConfiguration @ConditionalOnClass(Anthropic3ChatBedrockApi.class) @EnableConfigurationProperties({BedrockAnthropic3ChatProperties.class,BedrockAwsConnectionProperties.class}) @ConditionalOnProperty(prefix="spring.ai.bedrock.anthropic3.chat", name="enabled", havingValue="true") @Import(BedrockAwsConnectionConfiguration.class) public class BedrockAnthropic3ChatAutoConfiguration extends Object
Auto-configuration for Bedrock Anthropic Chat Client. Leverages the Spring Cloud AWS to resolve the AwsCredentialsProvider.
Since:
0.8.0
Author:
Christian Tzolov, Wei Jiang