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.AwsCredentialsProviderBedrockAwsConnectionConfiguration.credentialsProvider(BedrockAwsConnectionProperties properties) software.amazon.awssdk.regions.providers.AwsRegionProviderBedrockAwsConnectionConfiguration.regionProvider(BedrockAwsConnectionProperties properties) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.cohere
Methods in org.springframework.ai.autoconfigure.bedrock.cohere with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockCohereEmbeddingAutoConfiguration.cohereEmbeddingApi(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockCohereEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.converse
Methods in org.springframework.ai.autoconfigure.bedrock.converse with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockConverseProxyChatAutoConfiguration.bedrockProxyChatModel(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockAwsConnectionProperties connectionProperties, BedrockConverseProxyChatProperties chatProperties, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<org.springframework.ai.chat.observation.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) -
Uses of BedrockAwsConnectionProperties in org.springframework.ai.autoconfigure.bedrock.titan
Methods in org.springframework.ai.autoconfigure.bedrock.titan with parameters of type BedrockAwsConnectionPropertiesModifier and TypeMethodDescriptionBedrockTitanEmbeddingAutoConfiguration.titanEmbeddingBedrockApi(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockTitanEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)