BatchRuntimeInfoCurrentUsage

data class BatchRuntimeInfoCurrentUsage(val acceleratorType: String? = null, val milliAccelerator: String? = null, val milliDcu: String? = null, val milliDcuPremium: String? = null, val shuffleStorageGb: String? = null, val shuffleStorageGbPremium: String? = null, val snapshotTime: String? = null)

Constructors

Link copied to clipboard
constructor(acceleratorType: String? = null, milliAccelerator: String? = null, milliDcu: String? = null, milliDcuPremium: String? = null, shuffleStorageGb: String? = null, shuffleStorageGbPremium: String? = null, snapshotTime: 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) Milli (one-thousandth) accelerator..

Link copied to clipboard
val milliDcu: String? = null

(Output) Milli (one-thousandth) Dataproc Compute Units (DCUs).

Link copied to clipboard
val milliDcuPremium: String? = null

(Output) Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier.

Link copied to clipboard

(Output) Shuffle Storage in gigabytes (GB).

Link copied to clipboard

(Output) Shuffle Storage in gigabytes (GB) charged at premium tier.

Link copied to clipboard
val snapshotTime: String? = null

(Output) The timestamp of the usage snapshot.