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

View Source

Details of the speculation task when speculative execution is enabled.

Attributes

  • numActiveTasks (type: integer(), default: nil) -
  • numCompletedTasks (type: integer(), default: nil) -
  • numFailedTasks (type: integer(), default: nil) -
  • numKilledTasks (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.SpeculationStageSummary{
  numActiveTasks: integer() | nil,
  numCompletedTasks: integer() | nil,
  numFailedTasks: integer() | nil,
  numKilledTasks: 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.