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

View Source

Data related to Stages page summary

Attributes

  • applicationId (type: String.t, default: nil) -
  • numActiveStages (type: integer(), default: nil) -
  • numCompletedStages (type: integer(), default: nil) -
  • numFailedStages (type: integer(), default: nil) -
  • numPendingStages (type: integer(), default: nil) -
  • numSkippedStages (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.StagesSummary{
  applicationId: String.t() | nil,
  numActiveStages: integer() | nil,
  numCompletedStages: integer() | nil,
  numFailedStages: integer() | nil,
  numPendingStages: integer() | nil,
  numSkippedStages: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.