Class Anthropic3ChatOptions.Builder
java.lang.Object
org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
- Enclosing class:
- Anthropic3ChatOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAnthropicVersion
(String anthropicVersion) withMaxTokens
(Integer maxTokens) withStopSequences
(List<String> stopSequences) withTemperature
(Double temperature)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTemperature
-
withMaxTokens
-
withTopK
-
withTopP
-
withStopSequences
-
withAnthropicVersion
-
build
-