Class: Google::Cloud::Dataproc::V1::WorkflowTemplatePlacement

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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