Class BedrockCohereEmbeddingProperties
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.cohere.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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
boolean
void
setEnabled
(boolean enabled) void
void
setOptions
(BedrockCohereEmbeddingOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockCohereEmbeddingProperties
public BedrockCohereEmbeddingProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getModel
-
setModel
-
getOptions
-
setOptions
-