Uses of Enum Class
dev.langchain4j.model.bedrock.BedrockCachePointPlacement
Packages that use BedrockCachePointPlacement
-
Uses of BedrockCachePointPlacement in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return BedrockCachePointPlacementModifier and TypeMethodDescriptionBedrockChatRequestParameters.cachePointPlacement()
static BedrockCachePointPlacement
Returns the enum constant of this class with the specified name.static BedrockCachePointPlacement[]
BedrockCachePointPlacement.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 BedrockCachePointPlacementModifier and TypeMethodDescriptionBedrockChatRequestParameters.Builder.promptCaching
(BedrockCachePointPlacement placement) Enables prompt caching and sets where to place the cache point in the conversation.