Class AnthropicChatOptions.Builder
java.lang.Object
org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
- Enclosing class:
- AnthropicChatOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionanthropicVersion
(String anthropicVersion) build()
maxTokensToSample
(Integer maxTokensToSample) stopSequences
(List<String> stopSequences) temperature
(Double temperature)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
temperature
-
maxTokensToSample
-
topK
-
topP
-
stopSequences
-
anthropicVersion
-
build
-