Task Notebook Infrastructure Spec Batch
data class TaskNotebookInfrastructureSpecBatch(val executorsCount: Int? = null, val maxExecutorsCount: Int? = null)
Constructors
Link copied to clipboard
fun TaskNotebookInfrastructureSpecBatch(executorsCount: Int? = null, maxExecutorsCount: Int? = null)