View Source GoogleApi.Dataproc.V1.Model.ClusterSelector (google_api_dataproc v0.54.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ClusterSelector{
  clusterLabels: map() | nil,
  zone: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.