Uses of Class
org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
Package
Description
-
Uses of Anthropic3ChatOptions in org.springframework.ai.autoconfigure.bedrock.anthropic3
Modifier and TypeMethodDescriptionvoid
BedrockAnthropic3ChatProperties.setOptions
(Anthropic3ChatOptions options) -
Uses of Anthropic3ChatOptions in org.springframework.ai.bedrock.anthropic3
Modifier and TypeMethodDescriptionAnthropic3ChatOptions.Builder.build()
Build theAnthropic3ChatOptions
.Anthropic3ChatOptions.copy()
Get the embedding dimensions.static Anthropic3ChatOptions
Anthropic3ChatOptions.fromOptions
(Anthropic3ChatOptions fromOptions) Create a newAnthropic3ChatOptions
from the providedAnthropic3ChatOptions
.Modifier and TypeMethodDescriptionstatic Anthropic3ChatOptions
Anthropic3ChatOptions.fromOptions
(Anthropic3ChatOptions fromOptions) Create a newAnthropic3ChatOptions
from the providedAnthropic3ChatOptions
.ModifierConstructorDescriptionBedrockAnthropic3ChatModel
(Anthropic3ChatBedrockApi chatApi, Anthropic3ChatOptions options)