Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CountTokensInput
-
Packages that use CountTokensInput Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CountTokensInput in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CountTokensInput Modifier and Type Method Description static 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.CountTokensInputCountTokensRequest. input()The input for which to count tokens.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CountTokensInput Modifier and Type Method Description CountTokensRequest.BuilderCountTokensRequest.Builder. input(CountTokensInput input)The input for which to count tokens.
-