Class BedrockTitanEmbeddingProperties

java.lang.Object
org.springframework.ai.model.bedrock.titan.autoconfigure.BedrockTitanEmbeddingProperties

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

  • Constructor Details

    • BedrockTitanEmbeddingProperties

      public BedrockTitanEmbeddingProperties()
  • Method Details

    • getConfigPrefix

      public static String getConfigPrefix()
    • getModel

      public String getModel()
    • setModel

      public void setModel(String model)
    • getInputType

      public org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType getInputType()
    • setInputType

      public void setInputType(org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType inputType)