google_api_dataproc v0.10.0 GoogleApi.Dataproc.V1.Model.JobStatus View Source

Cloud Dataproc job status.

Attributes

  • details (type: String.t, default: nil) - Output only. Optional 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataproc.V1.Model.JobStatus{
  details: String.t(),
  state: String.t(),
  stateStartTime: DateTime.t(),
  substate: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.