Uses of Class
org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
Packages that use BedrockAwsConnectionProperties
Package
Description
-
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock
Methods in org.springframework.ai.autoconfigure.bedrock with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionsoftware.amazon.awssdk.auth.credentials.AwsCredentialsProvider
BedrockAwsConnectionConfiguration.credentialsProvider
(BedrockAwsConnectionProperties properties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.anthropic
Methods in org.springframework.ai.autoconfigure.bedrock.anthropic with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockAnthropicChatAutoConfiguration.anthropicApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockAnthropicChatProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.cohere
Methods in org.springframework.ai.autoconfigure.bedrock.cohere with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockCohereChatAutoConfiguration.cohereChatApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockCohereChatProperties properties, BedrockAwsConnectionProperties awsProperties) BedrockCohereEmbeddingAutoConfiguration.cohereEmbeddingApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockCohereEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.llama2
Methods in org.springframework.ai.autoconfigure.bedrock.llama2 with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockLlama2ChatAutoConfiguration.llama2Api
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockLlama2ChatProperties properties, BedrockAwsConnectionProperties awsProperties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.titan
Methods in org.springframework.ai.autoconfigure.bedrock.titan with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockTitanChatAutoConfiguration.titanChatBedrockApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockTitanChatProperties properties, BedrockAwsConnectionProperties awsProperties) BedrockTitanEmbeddingAutoConfiguration.titanEmbeddingBedrockApi
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockTitanEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties)