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

The workflow node.

Attributes

  • error (type: String.t, default: nil) - Output only. The error detail.
  • jobId (type: String.t, default: nil) - Output only. The job id; populated after the node enters RUNNING state.
  • prerequisiteStepIds (type: list(String.t), default: nil) - Output only. Node's prerequisite nodes.
  • state (type: String.t, default: nil) - Output only. The node state.
  • stepId (type: String.t, default: nil) - Output only. The name of the node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.WorkflowNode{
  error: String.t() | nil,
  jobId: String.t() | nil,
  prerequisiteStepIds: [String.t()] | nil,
  state: String.t() | nil,
  stepId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.