Class Anthropic3ChatOptions
java.lang.Object
org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
- All Implemented Interfaces:
ChatOptions
,ModelOptions
- Since:
- 1.0.0
- Author:
- Ben Middleton, Thomas Vitale
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
copy()
static Anthropic3ChatOptions
fromOptions
(Anthropic3ChatOptions fromOptions) getModel()
getTopK()
getTopP()
void
setAnthropicVersion
(String anthropicVersion) void
setMaxTokens
(Integer maxTokens) void
setStopSequences
(List<String> stopSequences) void
setTemperature
(Double temperature) void
void
-
Constructor Details
-
Anthropic3ChatOptions
public Anthropic3ChatOptions()
-
-
Method Details
-
builder
-
getTemperature
- Specified by:
getTemperature
in interfaceChatOptions
-
setTemperature
-
getMaxTokens
- Specified by:
getMaxTokens
in interfaceChatOptions
-
setMaxTokens
-
getTopK
- Specified by:
getTopK
in interfaceChatOptions
-
setTopK
-
getTopP
- Specified by:
getTopP
in interfaceChatOptions
-
setTopP
-
getStopSequences
- Specified by:
getStopSequences
in interfaceChatOptions
-
setStopSequences
-
getAnthropicVersion
-
setAnthropicVersion
-
getModel
- Specified by:
getModel
in interfaceChatOptions
-
getFrequencyPenalty
- Specified by:
getFrequencyPenalty
in interfaceChatOptions
-
getPresencePenalty
- Specified by:
getPresencePenalty
in interfaceChatOptions
-
copy
- Specified by:
copy
in interfaceChatOptions
-
fromOptions
-