google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.ClusterSelector View Source

A selector that chooses target cluster for jobs based on metadata.

Attributes

  • clusterLabels (%{optional(String.t) => String.t}): Required. The cluster labels. Cluster must have all labels to match. Defaults to: null.
  • zone (String.t): Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.If unspecified, the zone of the first cluster matching the selector is used. 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.ClusterSelector{
  clusterLabels: map(),
  zone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.