SparkResourceConfigurationResponse

data class SparkResourceConfigurationResponse(val instanceType: String? = null, val runtimeVersion: String? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, runtimeVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

Optional type of VM used as supported by the compute target.

Link copied to clipboard
val runtimeVersion: String? = null

Version of spark runtime used for the job.