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