PeripheralsConfigResponse

data class PeripheralsConfigResponse(val metastoreService: String, val sparkHistoryServerConfig: SparkHistoryServerConfigResponse)

Auxiliary services configuration for a workload.

Constructors

Link copied to clipboard
constructor(metastoreService: String, sparkHistoryServerConfig: SparkHistoryServerConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Resource name of an existing Dataproc Metastore service.Example: projects/project_id/locations/region/services/service_id

Link copied to clipboard

Optional. The Spark History Server configuration for the workload.