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