Class BedrockCohereChatProperties

java.lang.Object
org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties

@ConfigurationProperties("spring.ai.bedrock.cohere.chat") public class BedrockCohereChatProperties extends Object
Bedrock Cohere Chat autoconfiguration properties.
Since:
0.8.0
Author:
Christian Tzolov
  • Field Details

  • Constructor Details

    • BedrockCohereChatProperties

      public BedrockCohereChatProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getModel

      public String getModel()
    • setModel

      public void setModel(String model)
    • getOptions

      public BedrockCohereChatOptions getOptions()
    • setOptions

      public void setOptions(BedrockCohereChatOptions options)