Uses of Enum Class
dev.langchain4j.model.bedrock.BedrockCohereEmbeddingModel.InputType
Packages that use BedrockCohereEmbeddingModel.InputType
-
Uses of BedrockCohereEmbeddingModel.InputType in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return BedrockCohereEmbeddingModel.InputTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BedrockCohereEmbeddingModel.InputType.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.InputTypeModifier and TypeMethodDescriptionBedrockCohereEmbeddingModel.Builder.inputType
(BedrockCohereEmbeddingModel.InputType inputType)