newClusterNumOfWorker

@JvmName(name = "jurcmpomskhpvsky")
suspend fun newClusterNumOfWorker(value: Output<Any>)
@JvmName(name = "qvcdjewriymruirh")
suspend fun newClusterNumOfWorker(value: Any?)

Parameters

value

If not using an existing interactive cluster, this specifies the number of worker nodes to use for the new job cluster or instance pool. For new job clusters, this a string-formatted Int32, like '1' means numOfWorker is 1 or '1:10' means auto-scale from 1 (min) to 10 (max). For instance pools, this is a string-formatted Int32, and can only specify a fixed number of worker nodes, such as '2'. Required if newClusterVersion is specified. Type: string (or Expression with resultType string).