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

Dataproc job config.

Attributes

  • clusterLabels (type: map(), default: nil) - Optional. Cluster labels to identify a cluster where the job will be submitted.
  • clusterName (type: String.t, default: nil) - Required. The name of the cluster where the job will be submitted.
  • clusterUuid (type: String.t, default: nil) - Output only. A cluster UUID generated by the Dataproc service when the job is submitted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.