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