View Source GoogleApi.Dataproc.V1.Model.JobStatus (google_api_dataproc v0.54.0)

Dataproc job status.

Attributes

  • details (type: String.t, default: nil) - Optional. Output only. Job state details, such as an error description if the state is ERROR.
  • state (type: String.t, default: nil) - Output only. A state message specifying the overall job state.
  • stateStartTime (type: DateTime.t, default: nil) - Output only. The time when this state was entered.
  • substate (type: String.t, default: nil) - Output only. Additional state information, which includes status reported by the agent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.JobStatus{
  details: String.t() | nil,
  state: String.t() | nil,
  stateStartTime: DateTime.t() | nil,
  substate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.