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

View Source

Data related to tasks summary for a Spark Stage Attempt

Attributes

  • applicationId (type: String.t, default: nil) -
  • numFailedTasks (type: integer(), default: nil) -
  • numKilledTasks (type: integer(), default: nil) -
  • numPendingTasks (type: integer(), default: nil) -
  • numRunningTasks (type: integer(), default: nil) -
  • numSuccessTasks (type: integer(), default: nil) -
  • numTasks (type: integer(), default: nil) -
  • stageAttemptId (type: integer(), default: nil) -
  • stageId (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.StageAttemptTasksSummary{
  applicationId: String.t() | nil,
  numFailedTasks: integer() | nil,
  numKilledTasks: integer() | nil,
  numPendingTasks: integer() | nil,
  numRunningTasks: integer() | nil,
  numSuccessTasks: integer() | nil,
  numTasks: integer() | nil,
  stageAttemptId: integer() | nil,
  stageId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.