Class AnthropicChatOptions
java.lang.Object
org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
- All Implemented Interfaces:
ChatOptions,ModelOptions
- Author:
- Christian Tzolov
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnthropicChatOptions.Builderbuilder()getTopK()getTopP()voidsetAnthropicVersion(String anthropicVersion) voidsetMaxTokensToSample(Integer maxTokensToSample) voidsetStopSequences(List<String> stopSequences) voidsetTemperature(Float temperature) voidvoid
-
Constructor Details
-
AnthropicChatOptions
public AnthropicChatOptions()
-
-
Method Details
-
builder
-
getTemperature
- Specified by:
getTemperaturein interfaceChatOptions
-
setTemperature
-
getMaxTokensToSample
-
setMaxTokensToSample
-
getTopK
- Specified by:
getTopKin interfaceChatOptions
-
setTopK
-
getTopP
- Specified by:
getTopPin interfaceChatOptions
-
setTopP
-
getStopSequences
-
setStopSequences
-
getAnthropicVersion
-
setAnthropicVersion
-