Class WorkerConfig (3.9.1)

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

Defines the configuration to be used for creating workers in the pool.

Attributes

NameDescription
machine_type str
Machine type of a worker, such as ``e2-medium``. See `Worker pool config file
disk_size_gb int
Size of the disk attached to the worker, in GB. See `Worker pool config file

Inheritance

builtins.object > proto.message.Message > WorkerConfig