View Source GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig (google_api_dataproc v0.56.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.