View Source GoogleApi.Batch.V1.Model.JobStatus (google_api_batch v0.4.0)

Job status.

Attributes

  • runDuration (type: String.t, default: nil) - The duration of time that the Job spent in status RUNNING.
  • state (type: String.t, default: nil) - Job state
  • statusEvents (type: list(GoogleApi.Batch.V1.Model.StatusEvent.t), default: nil) - Job status events
  • taskGroups (type: %{optional(String.t) => GoogleApi.Batch.V1.Model.TaskGroupStatus.t}, default: nil) - Aggregated task status for each TaskGroup in the Job. The map key is TaskGroup ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.JobStatus{
  runDuration: String.t() | nil,
  state: String.t() | nil,
  statusEvents: [GoogleApi.Batch.V1.Model.StatusEvent.t()] | nil,
  taskGroups:
    %{optional(String.t()) => GoogleApi.Batch.V1.Model.TaskGroupStatus.t()}
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.