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

View Source

Details about RDD usage.

Attributes

  • address (type: String.t, default: nil) -
  • diskUsed (type: String.t, default: nil) -
  • memoryRemaining (type: String.t, default: nil) -
  • memoryUsed (type: String.t, default: nil) -
  • offHeapMemoryRemaining (type: String.t, default: nil) -
  • offHeapMemoryUsed (type: String.t, default: nil) -
  • onHeapMemoryRemaining (type: String.t, default: nil) -
  • onHeapMemoryUsed (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.RddDataDistribution{
  address: String.t() | nil,
  diskUsed: String.t() | nil,
  memoryRemaining: String.t() | nil,
  memoryUsed: String.t() | nil,
  offHeapMemoryRemaining: String.t() | nil,
  offHeapMemoryUsed: String.t() | nil,
  onHeapMemoryRemaining: String.t() | nil,
  onHeapMemoryUsed: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.