Class BedrockTitanEmbeddingProperties
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.titan.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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getModel()
boolean
void
setEnabled
(boolean enabled) void
void
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockTitanEmbeddingProperties
public BedrockTitanEmbeddingProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getModel
-
setModel
-
getConfigPrefix
-
setInputType
-
getInputType
-