GoogleCloudAiplatformV1CachedContentUsageMetadata constructor

GoogleCloudAiplatformV1CachedContentUsageMetadata({
  1. int? audioDurationSeconds,
  2. int? imageCount,
  3. int? textCount,
  4. int? totalTokenCount,
  5. int? videoDurationSeconds,
})

Implementation

GoogleCloudAiplatformV1CachedContentUsageMetadata({
  this.audioDurationSeconds,
  this.imageCount,
  this.textCount,
  this.totalTokenCount,
  this.videoDurationSeconds,
});