Uses of Enum Class
org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType
Packages that use BedrockTitanEmbeddingModel.InputType
-
Uses of BedrockTitanEmbeddingModel.InputType in org.springframework.ai.bedrock.titan
Methods in org.springframework.ai.bedrock.titan that return BedrockTitanEmbeddingModel.InputTypeModifier and TypeMethodDescriptionBedrockTitanEmbeddingOptions.getInputType()Returns the enum constant of this class with the specified name.static BedrockTitanEmbeddingModel.InputType[]BedrockTitanEmbeddingModel.InputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.bedrock.titan with parameters of type BedrockTitanEmbeddingModel.InputTypeModifier and TypeMethodDescriptionvoidBedrockTitanEmbeddingOptions.setInputType(BedrockTitanEmbeddingModel.InputType inputType) BedrockTitanEmbeddingModel.withInputType(BedrockTitanEmbeddingModel.InputType inputType) Titan Embedding API input types.BedrockTitanEmbeddingOptions.Builder.withInputType(BedrockTitanEmbeddingModel.InputType inputType)