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

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

Instance Attribute Details

#cluster_selectorGoogle::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:



91
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 91

class WorkflowTemplatePlacement; end

#managed_clusterGoogle::Cloud::Dataproc::V1::ManagedCluster

Returns A cluster that is managed by the workflow.

Returns:



91
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 91

class WorkflowTemplatePlacement; end