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 Details

  • Constructor Details

    • BedrockAnthropic3ChatProperties

      public BedrockAnthropic3ChatProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getModel

      public String getModel()
    • setModel

      public void setModel(String model)
    • getOptions

      public Anthropic3ChatOptions getOptions()
    • setOptions

      public void setOptions(Anthropic3ChatOptions options)