UsageSnapshotResponse

data class UsageSnapshotResponse(val milliDcu: String, val shuffleStorageGb: String, val snapshotTime: String)

The usage snaphot represents the resources consumed by a workload at a specified time.

Constructors

Link copied to clipboard
constructor(milliDcu: String, shuffleStorageGb: String, snapshotTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

Link copied to clipboard

Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))

Link copied to clipboard

Optional. The timestamp of the usage snapshot.