Class BedrockTitanChatProperties
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
@ConfigurationProperties("spring.ai.bedrock.titan.chat")
public class BedrockTitanChatProperties
extends Object
Bedrock Titan Chat autoconfiguration properties.
- Since:
- 0.8.0
- Author:
- Christian Tzolov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
boolean
void
setEnabled
(boolean enabled) void
void
setOptions
(BedrockTitanChatOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockTitanChatProperties
public BedrockTitanChatProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getModel
-
setModel
-
getOptions
-
setOptions
-