Uses of Enum Class
dev.langchain4j.model.bedrock.BedrockCohereEmbeddingModel.Truncate
Packages that use BedrockCohereEmbeddingModel.Truncate
-
Uses of BedrockCohereEmbeddingModel.Truncate in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return BedrockCohereEmbeddingModel.TruncateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BedrockCohereEmbeddingModel.Truncate[]
BedrockCohereEmbeddingModel.Truncate.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.bedrock with parameters of type BedrockCohereEmbeddingModel.TruncateModifier and TypeMethodDescriptionBedrockCohereEmbeddingModel.Builder.truncate
(BedrockCohereEmbeddingModel.Truncate truncate)