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