GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata constructor

GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata({
  1. int? candidatesTokenCount,
  2. int? promptTokenCount,
  3. int? totalTokenCount,
})

Implementation

GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata({
  this.candidatesTokenCount,
  this.promptTokenCount,
  this.totalTokenCount,
});