Uses of Class
org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
-
Uses of AnthropicChatOptions.Builder in org.springframework.ai.bedrock.anthropic
Modifier and TypeMethodDescriptionAnthropicChatOptions.Builder.anthropicVersion
(String anthropicVersion) static AnthropicChatOptions.Builder
AnthropicChatOptions.builder()
AnthropicChatOptions.Builder.maxTokensToSample
(Integer maxTokensToSample) AnthropicChatOptions.Builder.stopSequences
(List<String> stopSequences) AnthropicChatOptions.Builder.temperature
(Double temperature) AnthropicChatOptions.Builder.withAnthropicVersion
(String anthropicVersion) Deprecated, for removal: This API element is subject to removal in a future version.AnthropicChatOptions.Builder.withMaxTokensToSample
(Integer maxTokensToSample) Deprecated, for removal: This API element is subject to removal in a future version.usemaxTokensToSample(Integer)
instead.AnthropicChatOptions.Builder.withStopSequences
(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.usestopSequences(List)
instead.AnthropicChatOptions.Builder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopK(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.
anthropicVersion(String)
instead.