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