Uses of Enum Class
dev.langchain4j.model.bedrock.BedrockServiceTier
Packages that use BedrockServiceTier
-
Uses of BedrockServiceTier in dev.langchain4j.model.bedrock
Subclasses with type arguments of type BedrockServiceTier in dev.langchain4j.model.bedrockModifier and TypeClassDescriptionenumAmazon Bedrock offers four service tiers for model inference: Reserved, Priority, Standard, and Flex.Methods in dev.langchain4j.model.bedrock that return BedrockServiceTierModifier and TypeMethodDescriptionBedrockChatRequestParameters.serviceTier()static BedrockServiceTierReturns the enum constant of this class with the specified name.static BedrockServiceTier[]BedrockServiceTier.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 BedrockServiceTierModifier and TypeMethodDescriptionBedrockChatRequestParameters.Builder.serviceTier(BedrockServiceTier serviceTier) Specifies the processing tier type used for serving the request.