Class: Google::Cloud::Dataproc::V1::WorkflowTemplatePlacement
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::WorkflowTemplatePlacement
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb
Overview
Specifies workflow execution target.
Either managed_cluster or cluster_selector is required.
Instance Attribute Summary collapse
-
#cluster_selector ⇒ Google::Cloud::Dataproc::V1::ClusterSelector
Optional.
-
#managed_cluster ⇒ Google::Cloud::Dataproc::V1::ManagedCluster
A cluster that is managed by the workflow.
Instance Attribute Details
#cluster_selector ⇒ Google::Cloud::Dataproc::V1::ClusterSelector
Returns Optional. A selector that chooses target cluster for jobs based on metadata.
The selector is evaluated at the time each job is submitted.
91 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 91 class WorkflowTemplatePlacement; end |
#managed_cluster ⇒ Google::Cloud::Dataproc::V1::ManagedCluster
Returns A cluster that is managed by the workflow.
91 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 91 class WorkflowTemplatePlacement; end |