GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig (google_api_dataproc v0.59.0)

View Source

Spark History Server configuration for the workload.

Attributes

  • dataprocCluster (type: String.t, default: nil) - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig{
  dataprocCluster: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.