Google Cloud Dataplex V1Task Infrastructure Spec Batch Compute Resources Args
data class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs(val executorsCount: Output<Int>? = null, val maxExecutorsCount: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs>
Batch compute resources associated with the task.
Properties
Link copied to clipboard
Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2
Link copied to clipboard
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