GoogleCloudAiplatformV1CountTokensResponse constructor

GoogleCloudAiplatformV1CountTokensResponse({
  1. List<GoogleCloudAiplatformV1ModalityTokenCount>? promptTokensDetails,
  2. int? totalBillableCharacters,
  3. int? totalTokens,
})

Implementation

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