Google Cloud Dataplex V1 Client - Class BatchComputeResources (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class BatchComputeResources.
Batch compute resources associated with the task.
Generated from protobuf message google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources
Namespace
Google \ Cloud \ Dataplex \ V1 \ Task \ InfrastructureSpecMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ executors_count |
int
Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2] |
↳ max_executors_count |
int
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] |
getExecutorsCount
Optional. Total number of job executors.
Executor Count should be between 2 and 100. [Default=2]
| Returns | |
|---|---|
| Type | Description |
int |
|
setExecutorsCount
Optional. Total number of job executors.
Executor Count should be between 2 and 100. [Default=2]
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxExecutorsCount
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]
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxExecutorsCount
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]
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|