Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CountTokensInput
Packages that use CountTokensInput
-
Uses of CountTokensInput in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CountTokensInputModifier and TypeMethodDescriptionstatic CountTokensInputCountTokensInput.fromConverse(Consumer<ConverseTokensRequest.Builder> converse) Create an instance of this class withconverse()initialized to the given value.static CountTokensInputCountTokensInput.fromConverse(ConverseTokensRequest converse) Create an instance of this class withconverse()initialized to the given value.static CountTokensInputCountTokensInput.fromInvokeModel(Consumer<InvokeModelTokensRequest.Builder> invokeModel) Create an instance of this class withinvokeModel()initialized to the given value.static CountTokensInputCountTokensInput.fromInvokeModel(InvokeModelTokensRequest invokeModel) Create an instance of this class withinvokeModel()initialized to the given value.final CountTokensInputCountTokensRequest.input()The input for which to count tokens.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CountTokensInputModifier and TypeMethodDescriptionCountTokensRequest.Builder.input(CountTokensInput input) The input for which to count tokens.