BatchRuntimeInfoApproximateUsage

data class BatchRuntimeInfoApproximateUsage(val acceleratorType: String? = null, val milliAcceleratorSeconds: String? = null, val milliDcuSeconds: String? = null, val shuffleStorageGbSeconds: String? = null)

Constructors

Link copied to clipboard
constructor(acceleratorType: String? = null, milliAcceleratorSeconds: String? = null, milliDcuSeconds: String? = null, shuffleStorageGbSeconds: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceleratorType: String? = null

(Output) Accelerator type being used, if any.

Link copied to clipboard

(Output) Accelerator usage in (milliAccelerator x seconds)

Link copied to clipboard
val milliDcuSeconds: String? = null

(Output) DCU (Dataproc Compute Units) usage in (milliDCU x seconds)

Link copied to clipboard

(Output) Shuffle storage usage in (GB x seconds)