Uses of Class
org.springframework.ai.bedrock.converse.BedrockProxyChatModel
Packages that use BedrockProxyChatModel
Package
Description
-
Uses of BedrockProxyChatModel in org.springframework.ai.bedrock.converse
Methods in org.springframework.ai.bedrock.converse that return BedrockProxyChatModel -
Uses of BedrockProxyChatModel in org.springframework.ai.model.bedrock.converse.autoconfigure
Methods in org.springframework.ai.model.bedrock.converse.autoconfigure that return BedrockProxyChatModelModifier and TypeMethodDescriptionBedrockConverseProxyChatAutoConfiguration.bedrockProxyChatModel(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockAwsConnectionProperties connectionProperties, BedrockConverseProxyChatProperties chatProperties, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention, org.springframework.beans.factory.ObjectProvider<software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient> bedrockRuntimeClient, org.springframework.beans.factory.ObjectProvider<software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClient> bedrockRuntimeAsyncClient, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> bedrockToolExecutionEligibilityPredicate)