Google Cloud Dataplex V1Task Infrastructure Spec Batch Compute Resources Response
data class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesResponse(val executorsCount: Int, val maxExecutorsCount: Int)
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