GoogleCloudAiplatformV1CountTokensResponse constructor

GoogleCloudAiplatformV1CountTokensResponse({
  1. int? totalBillableCharacters,
  2. int? totalTokens,
})

Implementation

GoogleCloudAiplatformV1CountTokensResponse({
  this.totalBillableCharacters,
  this.totalTokens,
});