CountTokensResponse

Response message for PredictionService.CountTokens.

JSON representation
{
  "totalTokens": integer,
  "totalBillableCharacters": integer
}
Fields
totalTokens

integer

The total number of tokens counted across all instances from the request.

totalBillableCharacters

integer

The total number of billable characters counted across all instances from the request.