GoogleApi.Dataproc.V1.Model.UsageSnapshot (google_api_dataproc v0.59.0)

View Source

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

Attributes

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.UsageSnapshot{
  acceleratorType: String.t() | nil,
  milliAccelerator: String.t() | nil,
  milliDcu: String.t() | nil,
  milliDcuPremium: String.t() | nil,
  milliSlot: String.t() | nil,
  shuffleStorageGb: String.t() | nil,
  shuffleStorageGbPremium: String.t() | nil,
  snapshotTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.