Class BedrockAnthropic3ChatProperties
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
@ConfigurationProperties("spring.ai.bedrock.anthropic3.chat")
public class BedrockAnthropic3ChatProperties
extends Object
Configuration properties for Bedrock Anthropic Claude 3.
- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
boolean
void
setEnabled
(boolean enabled) void
void
setOptions
(Anthropic3ChatOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockAnthropic3ChatProperties
public BedrockAnthropic3ChatProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getModel
-
setModel
-
getOptions
-
setOptions
-