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

View Source

Data corresponding to tasks created by spark.

Attributes

  • accumulatorUpdates (type: list(GoogleApi.Dataproc.V1.Model.AccumulableInfo.t), default: nil) -
  • attempt (type: integer(), default: nil) -
  • durationMillis (type: String.t, default: nil) -
  • errorMessage (type: String.t, default: nil) -
  • executorId (type: String.t, default: nil) -
  • executorLogs (type: map(), default: nil) -
  • gettingResultTimeMillis (type: String.t, default: nil) -
  • hasMetrics (type: boolean(), default: nil) -
  • host (type: String.t, default: nil) -
  • index (type: integer(), default: nil) -
  • launchTime (type: DateTime.t, default: nil) -
  • partitionId (type: integer(), default: nil) -
  • resultFetchStart (type: DateTime.t, default: nil) -
  • schedulerDelayMillis (type: String.t, default: nil) -
  • speculative (type: boolean(), default: nil) -
  • stageAttemptId (type: integer(), default: nil) -
  • stageId (type: String.t, default: nil) -
  • status (type: String.t, default: nil) -
  • taskId (type: String.t, default: nil) -
  • taskLocality (type: String.t, default: nil) -
  • taskMetrics (type: GoogleApi.Dataproc.V1.Model.TaskMetrics.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.TaskData{
  accumulatorUpdates: [GoogleApi.Dataproc.V1.Model.AccumulableInfo.t()] | nil,
  attempt: integer() | nil,
  durationMillis: String.t() | nil,
  errorMessage: String.t() | nil,
  executorId: String.t() | nil,
  executorLogs: map() | nil,
  gettingResultTimeMillis: String.t() | nil,
  hasMetrics: boolean() | nil,
  host: String.t() | nil,
  index: integer() | nil,
  launchTime: DateTime.t() | nil,
  partitionId: integer() | nil,
  resultFetchStart: DateTime.t() | nil,
  schedulerDelayMillis: String.t() | nil,
  speculative: boolean() | nil,
  stageAttemptId: integer() | nil,
  stageId: String.t() | nil,
  status: String.t() | nil,
  taskId: String.t() | nil,
  taskLocality: String.t() | nil,
  taskMetrics: GoogleApi.Dataproc.V1.Model.TaskMetrics.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.