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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModel()org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptionsbooleanvoidsetEnabled(boolean enabled) void
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockCohereEmbeddingProperties
public BedrockCohereEmbeddingProperties()
-
-
Method Details
-
getModel
-
setModel
-
getOptions
public org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions getOptions() -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-