UsageMetrics constructor

UsageMetrics({
  1. String? acceleratorType,
  2. String? milliAcceleratorSeconds,
  3. String? milliDcuSeconds,
  4. String? milliSlotSeconds,
  5. String? shuffleStorageGbSeconds,
  6. String? updateTime,
})

Implementation

UsageMetrics({
  this.acceleratorType,
  this.milliAcceleratorSeconds,
  this.milliDcuSeconds,
  this.milliSlotSeconds,
  this.shuffleStorageGbSeconds,
  this.updateTime,
});