Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CountTokensRequest
-
Packages that use CountTokensRequest Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.transform -
-
Uses of CountTokensRequest in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type CountTokensRequest Modifier and Type Method Description default CompletableFuture<CountTokensResponse>BedrockRuntimeAsyncClient. countTokens(CountTokensRequest countTokensRequest)Returns the token count for a given inference request.default CountTokensResponseBedrockRuntimeClient. countTokens(CountTokensRequest countTokensRequest)Returns the token count for a given inference request. -
Uses of CountTokensRequest in software.amazon.awssdk.services.bedrockruntime.transform
Methods in software.amazon.awssdk.services.bedrockruntime.transform with parameters of type CountTokensRequest Modifier and Type Method Description SdkHttpFullRequestCountTokensRequestMarshaller. marshall(CountTokensRequest countTokensRequest)
-