accelerators property

List<AcceleratorConfig>? accelerators
getter/setter pair

A list of hardware accelerators to be attached to each node.

See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

Implementation

core.List<AcceleratorConfig>? accelerators;