Class BedrockCohereEmbeddingProperties

java.lang.Object
org.springframework.ai.model.bedrock.cohere.autoconfigure.BedrockCohereEmbeddingProperties

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

  • Constructor Details

    • BedrockCohereEmbeddingProperties

      public BedrockCohereEmbeddingProperties()
  • Method Details

    • getModel

      public String getModel()
    • setModel

      public void setModel(String model)
    • getOptions

      public org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions getOptions()
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)