Class: Google::Cloud::Dataproc::V1beta2::WorkflowTemplatePlacement
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::WorkflowTemplatePlacement
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/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::V1beta2::ClusterSelector
Optional.
-
#managed_cluster ⇒ Google::Cloud::Dataproc::V1beta2::ManagedCluster
Optional.
Instance Attribute Details
#cluster_selector ⇒ Google::Cloud::Dataproc::V1beta2::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.
98 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 98 class WorkflowTemplatePlacement; end |
#managed_cluster ⇒ Google::Cloud::Dataproc::V1beta2::ManagedCluster
Returns Optional. A cluster that is managed by the workflow.
98 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 98 class WorkflowTemplatePlacement; end |