Batch Runtime Info Approximate Usage
data class BatchRuntimeInfoApproximateUsage(val acceleratorType: String? = null, val milliAcceleratorSeconds: String? = null, val milliDcuSeconds: String? = null, val shuffleStorageGbSeconds: String? = null)
Properties
Link copied to clipboard
(Output) Accelerator type being used, if any.
Link copied to clipboard
(Output) Accelerator usage in (milliAccelerator x seconds)
Link copied to clipboard
(Output) DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
Link copied to clipboard
(Output) Shuffle storage usage in (GB x seconds)