Class: Google::Cloud::Dataproc::V1::WorkflowTemplatePlacement
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::WorkflowTemplatePlacement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
119 120 121 122 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 119 class WorkflowTemplatePlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#managed_cluster ⇒ ::Google::Cloud::Dataproc::V1::ManagedCluster
Returns A cluster that is managed by the workflow.
119 120 121 122 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 119 class WorkflowTemplatePlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |