google_api_dataproc v0.2.0 GoogleApi.Dataproc.V1.Model.WorkflowTemplatePlacement View Source
Specifies workflow execution target.Either managed_cluster or cluster_selector is required.
Attributes
- clusterSelector (ClusterSelector): Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted. Defaults to:
null. - managedCluster (ManagedCluster): Optional. A cluster that is managed by the workflow. Defaults to:
null.
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 Source
t() :: %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.