Uses of Class
org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
Packages that use AnthropicChatOptions
Package
Description
-
Uses of AnthropicChatOptions in org.springframework.ai.autoconfigure.bedrock.anthropic
Methods in org.springframework.ai.autoconfigure.bedrock.anthropic that return AnthropicChatOptionsMethods in org.springframework.ai.autoconfigure.bedrock.anthropic with parameters of type AnthropicChatOptionsModifier and TypeMethodDescriptionvoid
BedrockAnthropicChatProperties.setOptions
(AnthropicChatOptions options) -
Uses of AnthropicChatOptions in org.springframework.ai.bedrock.anthropic
Methods in org.springframework.ai.bedrock.anthropic that return AnthropicChatOptionsModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.build()
AnthropicChatOptions.copy()
static AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) Methods in org.springframework.ai.bedrock.anthropic with parameters of type AnthropicChatOptionsModifier and TypeMethodDescriptionstatic AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) Constructors in org.springframework.ai.bedrock.anthropic with parameters of type AnthropicChatOptionsModifierConstructorDescriptionBedrockAnthropicChatModel
(AnthropicChatBedrockApi chatApi, AnthropicChatOptions options)