Class: Google::Cloud::Dataproc::V1beta2::WorkflowNode
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::WorkflowNode
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb
Overview
The workflow node.
Defined Under Namespace
Modules: NodeState
Instance Attribute Summary collapse
-
#error ⇒ String
Output only.
-
#job_id ⇒ String
Output only.
-
#prerequisite_step_ids ⇒ Array<String>
Output only.
-
#state ⇒ Google::Cloud::Dataproc::V1beta2::WorkflowNode::NodeState
Output only.
-
#step_id ⇒ String
Output only.
Instance Attribute Details
#error ⇒ String
Returns Output only. The error detail.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 384 class WorkflowNode # The workflow node state. module NodeState # State is unspecified. NODE_STATUS_UNSPECIFIED = 0 # The node is awaiting prerequisite node to finish. BLOCKED = 1 # The node is runnable but not running. RUNNABLE = 2 # The node is running. RUNNING = 3 # The node completed successfully. COMPLETED = 4 # The node failed. A node can be marked FAILED because # its ancestor or peer failed. FAILED = 5 end end |
#job_id ⇒ String
Returns Output only. The job id; populated after the node enters RUNNING state.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 384 class WorkflowNode # The workflow node state. module NodeState # State is unspecified. NODE_STATUS_UNSPECIFIED = 0 # The node is awaiting prerequisite node to finish. BLOCKED = 1 # The node is runnable but not running. RUNNABLE = 2 # The node is running. RUNNING = 3 # The node completed successfully. COMPLETED = 4 # The node failed. A node can be marked FAILED because # its ancestor or peer failed. FAILED = 5 end end |
#prerequisite_step_ids ⇒ Array<String>
Returns Output only. Node's prerequisite nodes.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 384 class WorkflowNode # The workflow node state. module NodeState # State is unspecified. NODE_STATUS_UNSPECIFIED = 0 # The node is awaiting prerequisite node to finish. BLOCKED = 1 # The node is runnable but not running. RUNNABLE = 2 # The node is running. RUNNING = 3 # The node completed successfully. COMPLETED = 4 # The node failed. A node can be marked FAILED because # its ancestor or peer failed. FAILED = 5 end end |
#state ⇒ Google::Cloud::Dataproc::V1beta2::WorkflowNode::NodeState
Returns Output only. The node state.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 384 class WorkflowNode # The workflow node state. module NodeState # State is unspecified. NODE_STATUS_UNSPECIFIED = 0 # The node is awaiting prerequisite node to finish. BLOCKED = 1 # The node is runnable but not running. RUNNABLE = 2 # The node is running. RUNNING = 3 # The node completed successfully. COMPLETED = 4 # The node failed. A node can be marked FAILED because # its ancestor or peer failed. FAILED = 5 end end |
#step_id ⇒ String
Returns Output only. The name of the node.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 384 class WorkflowNode # The workflow node state. module NodeState # State is unspecified. NODE_STATUS_UNSPECIFIED = 0 # The node is awaiting prerequisite node to finish. BLOCKED = 1 # The node is runnable but not running. RUNNABLE = 2 # The node is running. RUNNING = 3 # The node completed successfully. COMPLETED = 4 # The node failed. A node can be marked FAILED because # its ancestor or peer failed. FAILED = 5 end end |