DriverSchedulingConfigArgs

data class DriverSchedulingConfigArgs(val memoryMb: Output<Int>, val vcores: Output<Int>) : ConvertibleToJava<DriverSchedulingConfigArgs>

Driver scheduling configuration.

Constructors

Link copied to clipboard
fun DriverSchedulingConfigArgs(memoryMb: Output<Int>, vcores: Output<Int>)

Functions

Link copied to clipboard
open override fun toJava(): DriverSchedulingConfigArgs

Properties

Link copied to clipboard
val memoryMb: Output<Int>

The amount of memory in MB the driver is requesting.

Link copied to clipboard
val vcores: Output<Int>

The number of vCPUs the driver is requesting.