Uses of Class
org.springframework.ai.model.bedrock.titan.autoconfigure.BedrockTitanEmbeddingProperties
Packages that use BedrockTitanEmbeddingProperties
-
Uses of BedrockTitanEmbeddingProperties in org.springframework.ai.model.bedrock.titan.autoconfigure
Methods in org.springframework.ai.model.bedrock.titan.autoconfigure with parameters of type BedrockTitanEmbeddingPropertiesModifier and TypeMethodDescriptionorg.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApiBedrockTitanEmbeddingAutoConfiguration.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) org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModelBedrockTitanEmbeddingAutoConfiguration.titanEmbeddingModel(org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi titanEmbeddingApi, BedrockTitanEmbeddingProperties properties, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry)