Task Notebook Infrastructure Spec Batch Args
data class TaskNotebookInfrastructureSpecBatchArgs(val executorsCount: Output<Int>? = null, val maxExecutorsCount: Output<Int>? = null) : ConvertibleToJava<TaskNotebookInfrastructureSpecBatchArgs>
Constructors
Link copied to clipboard
fun TaskNotebookInfrastructureSpecBatchArgs(executorsCount: Output<Int>? = null, maxExecutorsCount: Output<Int>? = null)