Dataplex V1 API - Class Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::BatchComputeResources (v0.3.0)

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.

#executors_count=

def executors_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Total number of job executors.
Returns
  • (::Integer) — Optional. Total number of job executors.

#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_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.
Returns
  • (::Integer) — Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.