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.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs(executorsCount: Output<Int>? = null, maxExecutorsCount: Output<Int>? = null)