Uses of Class
org.springframework.ai.bedrock.llama2.api.Llama2ChatBedrockApi
Packages that use Llama2ChatBedrockApi
Package
Description
-
Uses of Llama2ChatBedrockApi in org.springframework.ai.autoconfigure.bedrock.llama2
Methods in org.springframework.ai.autoconfigure.bedrock.llama2 that return Llama2ChatBedrockApiModifier and TypeMethodDescriptionBedrockLlama2ChatAutoConfiguration.llama2Api
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, BedrockLlama2ChatProperties properties, BedrockAwsConnectionProperties awsProperties) Methods in org.springframework.ai.autoconfigure.bedrock.llama2 with parameters of type Llama2ChatBedrockApiModifier and TypeMethodDescriptionBedrockLlama2ChatAutoConfiguration.llama2ChatClient
(Llama2ChatBedrockApi llama2Api, BedrockLlama2ChatProperties properties) -
Uses of Llama2ChatBedrockApi in org.springframework.ai.bedrock.llama2
Constructors in org.springframework.ai.bedrock.llama2 with parameters of type Llama2ChatBedrockApiModifierConstructorDescriptionBedrockLlama2ChatClient
(Llama2ChatBedrockApi chatApi, BedrockLlama2ChatOptions options)