Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::BatchComputeResources.
Batch compute resources associated with the task.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#executors_count
def executors_count() -> ::Integer
Returns
- (::Integer) — Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2]
#executors_count=
def executors_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2]
Returns
- (::Integer) — Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2]
#max_executors_count
def max_executors_count() -> ::Integer
Returns
- (::Integer) — 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]
#max_executors_count=
def max_executors_count=(value) -> ::Integer
Parameter
- value (::Integer) — 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
- (::Integer) — 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]