UsageMetrics constructor

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

Implementation

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