Class: Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::BatchComputeResources
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::BatchComputeResources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Overview
Batch compute resources associated with the task.
Instance Attribute Summary collapse
-
#executors_count ⇒ ::Integer
Optional.
-
#max_executors_count ⇒ ::Integer
Optional.
Instance Attribute Details
#executors_count ⇒ ::Integer
Returns Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2].
95 96 97 98 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 95 class BatchComputeResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_executors_count ⇒ ::Integer
Returns 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].
95 96 97 98 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 95 class BatchComputeResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |