google_api_dataproc v0.15.0 GoogleApi.Dataproc.V1.Model.WorkflowTemplatePlacement View Source
Specifies workflow execution target.Either managed_cluster or cluster_selector is required.
Attributes
clusterSelector
(type:GoogleApi.Dataproc.V1.Model.ClusterSelector.t
, default:nil
) - Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.managedCluster
(type:GoogleApi.Dataproc.V1.Model.ManagedCluster.t
, default:nil
) - Optional. A cluster that is managed by the workflow.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataproc.V1.Model.WorkflowTemplatePlacement{ clusterSelector: GoogleApi.Dataproc.V1.Model.ClusterSelector.t(), managedCluster: GoogleApi.Dataproc.V1.Model.ManagedCluster.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.