DriverSchedulingConfigResponse

data class DriverSchedulingConfigResponse(val memoryMb: Int, val vcores: Int)

Driver scheduling configuration.

Constructors

Link copied to clipboard
fun DriverSchedulingConfigResponse(memoryMb: Int, vcores: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of memory in MB the driver is requesting.

Link copied to clipboard
val vcores: Int

The number of vCPUs the driver is requesting.