Uses of Class
org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
Package
Description
-
Uses of AnthropicChatOptions in org.springframework.ai.autoconfigure.bedrock.anthropic
Modifier and TypeMethodDescriptionvoid
BedrockAnthropicChatProperties.setOptions
(AnthropicChatOptions options) -
Uses of AnthropicChatOptions in org.springframework.ai.bedrock.anthropic
Modifier and TypeMethodDescriptionAnthropicChatOptions.Builder.build()
AnthropicChatOptions.copy()
static AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) Modifier and TypeMethodDescriptionstatic AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) ModifierConstructorDescriptionBedrockAnthropicChatModel
(AnthropicChatBedrockApi chatApi, AnthropicChatOptions options)