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

Cloud Dataproc job status.

Attributes

  • details (String.t): Output only. Optional job state details, such as an error description if the state is <code>ERROR</code>. Defaults to: null.
  • state (String.t): Output only. A state message specifying the overall job state. Defaults to: null.

    • Enum - one of [STATE_UNSPECIFIED, PENDING, SETUP_DONE, RUNNING, CANCEL_PENDING, CANCEL_STARTED, CANCELLED, DONE, ERROR, ATTEMPT_FAILURE]
  • stateStartTime (DateTime.t): Output only. The time when this state was entered. Defaults to: null.
  • substate (String.t): Output only. Additional state information, which includes status reported by the agent. Defaults to: null.

    • Enum - one of [UNSPECIFIED, SUBMITTED, QUEUED, STALE_STATUS]

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: any(),
  state: any(),
  stateStartTime: DateTime.t(),
  substate: any()
}

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.