Uses of Class
org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
Packages that use Anthropic3ChatOptions
Package
Description
-
Uses of Anthropic3ChatOptions in org.springframework.ai.autoconfigure.bedrock.anthropic3
Methods in org.springframework.ai.autoconfigure.bedrock.anthropic3 that return Anthropic3ChatOptionsMethods in org.springframework.ai.autoconfigure.bedrock.anthropic3 with parameters of type Anthropic3ChatOptionsModifier and TypeMethodDescriptionvoid
BedrockAnthropic3ChatProperties.setOptions
(Anthropic3ChatOptions options) -
Uses of Anthropic3ChatOptions in org.springframework.ai.bedrock.anthropic3
Methods in org.springframework.ai.bedrock.anthropic3 that return Anthropic3ChatOptionsModifier and TypeMethodDescriptionAnthropic3ChatOptions.Builder.build()
Anthropic3ChatOptions.copy()
static Anthropic3ChatOptions
Anthropic3ChatOptions.fromOptions
(Anthropic3ChatOptions fromOptions) Methods in org.springframework.ai.bedrock.anthropic3 with parameters of type Anthropic3ChatOptionsModifier and TypeMethodDescriptionstatic Anthropic3ChatOptions
Anthropic3ChatOptions.fromOptions
(Anthropic3ChatOptions fromOptions) Constructors in org.springframework.ai.bedrock.anthropic3 with parameters of type Anthropic3ChatOptionsModifierConstructorDescriptionBedrockAnthropic3ChatModel
(Anthropic3ChatBedrockApi chatApi, Anthropic3ChatOptions options)