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()
Build theAnthropic3ChatOptions
.Anthropic3ChatOptions.copy()
Get the embedding dimensions.static Anthropic3ChatOptions
Anthropic3ChatOptions.fromOptions
(Anthropic3ChatOptions fromOptions) Create a newAnthropic3ChatOptions
from the providedAnthropic3ChatOptions
.Methods in org.springframework.ai.bedrock.anthropic3 with parameters of type Anthropic3ChatOptionsModifier and TypeMethodDescriptionstatic Anthropic3ChatOptions
Anthropic3ChatOptions.fromOptions
(Anthropic3ChatOptions fromOptions) Create a newAnthropic3ChatOptions
from the providedAnthropic3ChatOptions
.Constructors in org.springframework.ai.bedrock.anthropic3 with parameters of type Anthropic3ChatOptionsModifierConstructorDescriptionBedrockAnthropic3ChatModel
(Anthropic3ChatBedrockApi chatApi, Anthropic3ChatOptions options) Deprecated.