TaskSparkInfrastructureSpecBatchArgs

data class TaskSparkInfrastructureSpecBatchArgs(val executorsCount: Output<Int>? = null, val maxExecutorsCount: Output<Int>? = null) : ConvertibleToJava<TaskSparkInfrastructureSpecBatchArgs>

Constructors

Link copied to clipboard
constructor(executorsCount: Output<Int>? = null, maxExecutorsCount: Output<Int>? = null)

Properties

Link copied to clipboard
val executorsCount: Output<Int>? = null

Total number of job executors. Executor Count should be between 2 and 100. Default=2

Link copied to clipboard
val maxExecutorsCount: Output<Int>? = null

Max configurable executors. If maxExecutorsCount executorsCount, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000

Functions

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