GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesResponse

data class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesResponse(val executorsCount: Int, val maxExecutorsCount: Int)

Batch compute resources associated with the task.

Constructors

Types

Link copied to clipboard
object Companion

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