View Source GoogleApi.BigQueryConnection.V1.Model.SparkHistoryServerConfig (google_api_big_query_connection v0.12.1)

Configuration of the Spark History Server.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.