GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs

data class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs(val executorsCount: Output<Int>? = null, val maxExecutorsCount: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs>

Batch compute resources associated with the task.

Constructors

fun GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs(executorsCount: Output<Int>? = null, maxExecutorsCount: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs

Properties

Link copied to clipboard
val executorsCount: Output<Int>? = null

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

Link copied to clipboard
val maxExecutorsCount: Output<Int>? = null

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