Interface protos.google.cloud.aiplatform.v1.ICountTokensResponse (5.14.0)

Properties of a CountTokensResponse.

Package

@google-cloud/aiplatform

Properties

promptTokensDetails

promptTokensDetails?: (google.cloud.aiplatform.v1.IModalityTokenCount[]|null);

CountTokensResponse promptTokensDetails

totalBillableCharacters

totalBillableCharacters?: (number|null);

CountTokensResponse totalBillableCharacters

totalTokens

totalTokens?: (number|null);

CountTokensResponse totalTokens