Uses of Class
org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
Package
Description
-
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.auth.credentials.AwsCredentialsProvider
BedrockAwsConnectionConfiguration.credentialsProvider
(BedrockAwsConnectionProperties properties) software.amazon.awssdk.regions.providers.AwsRegionProvider
BedrockAwsConnectionConfiguration.regionProvider
(BedrockAwsConnectionProperties properties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.anthropic
Modifier and TypeMethodDescriptionBedrockAnthropicChatAutoConfiguration.anthropicApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockAnthropicChatProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.anthropic3
Modifier and TypeMethodDescriptionBedrockAnthropic3ChatAutoConfiguration.anthropic3Api
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockAnthropic3ChatProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.cohere
Modifier and TypeMethodDescriptionBedrockCohereChatAutoConfiguration.cohereChatApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockCohereChatProperties properties, BedrockAwsConnectionProperties awsProperties) BedrockCohereEmbeddingAutoConfiguration.cohereEmbeddingApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockCohereEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.jurrasic2
Modifier and TypeMethodDescriptionBedrockAi21Jurassic2ChatAutoConfiguration.ai21Jurassic2ChatBedrockApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockAi21Jurassic2ChatProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.llama
Modifier and TypeMethodDescriptionBedrockLlamaChatAutoConfiguration.llamaApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockLlamaChatProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.titan
Modifier and TypeMethodDescriptionBedrockTitanChatAutoConfiguration.titanChatBedrockApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockTitanChatProperties properties, BedrockAwsConnectionProperties awsProperties) BedrockTitanEmbeddingAutoConfiguration.titanEmbeddingBedrockApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockTitanEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties)