TaskNotebookInfrastructureSpecBatch

data class TaskNotebookInfrastructureSpecBatch(val executorsCount: Int? = null, val maxExecutorsCount: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val executorsCount: Int? = null

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

Link copied to clipboard
val maxExecutorsCount: Int? = null

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