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

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

Attributes

  • clusterLabels (type: map(), default: nil) - Required. The cluster labels. Cluster must have all labels to match.
  • zone (type: String.t, default: nil) - 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.

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: String.t()
}

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.