AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The tokens used in a message API inference call.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.TokenUsage

Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class TokenUsage

The TokenUsage type exposes the following members

Constructors

NameDescription
Public Method TokenUsage()

Properties

NameTypeDescription
Public Property CacheReadInputTokens System.Nullable<System.Int32>

Gets and sets the property CacheReadInputTokens.

The number of input tokens read from the cache for the request.

Public Property CacheWriteInputTokens System.Nullable<System.Int32>

Gets and sets the property CacheWriteInputTokens.

The number of input tokens written to the cache for the request.

Public Property InputTokens System.Nullable<System.Int32>

Gets and sets the property InputTokens.

The number of tokens sent in the request to the model.

Public Property OutputTokens System.Nullable<System.Int32>

Gets and sets the property OutputTokens.

The number of tokens that the model generated for the request.

Public Property TotalTokens System.Nullable<System.Int32>

Gets and sets the property TotalTokens.

The total of input tokens and tokens generated by the model.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer