View Source GoogleApi.Dataproc.V1.Model.StateOperatorProgress (google_api_dataproc v0.58.0)

Attributes

  • allRemovalsTimeMs (type: String.t, default: nil) -
  • allUpdatesTimeMs (type: String.t, default: nil) -
  • commitTimeMs (type: String.t, default: nil) -
  • customMetrics (type: map(), default: nil) -
  • memoryUsedBytes (type: String.t, default: nil) -
  • numRowsDroppedByWatermark (type: String.t, default: nil) -
  • numRowsRemoved (type: String.t, default: nil) -
  • numRowsTotal (type: String.t, default: nil) -
  • numRowsUpdated (type: String.t, default: nil) -
  • numShufflePartitions (type: String.t, default: nil) -
  • numStateStoreInstances (type: String.t, default: nil) -
  • operatorName (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.StateOperatorProgress{
  allRemovalsTimeMs: String.t() | nil,
  allUpdatesTimeMs: String.t() | nil,
  commitTimeMs: String.t() | nil,
  customMetrics: map() | nil,
  memoryUsedBytes: String.t() | nil,
  numRowsDroppedByWatermark: String.t() | nil,
  numRowsRemoved: String.t() | nil,
  numRowsTotal: String.t() | nil,
  numRowsUpdated: String.t() | nil,
  numShufflePartitions: String.t() | nil,
  numStateStoreInstances: String.t() | nil,
  operatorName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.