Class BatchComputeResources (1.1.0)

BatchComputeResources(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Batch compute resources associated with the task.

Attributes

NameDescription
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]

Inheritance

builtins.object > proto.message.Message > BatchComputeResources