accelerators property

List<GkeNodePoolAcceleratorConfig>? accelerators
getter/setter pair

A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.

Optional.

Implementation

core.List<GkeNodePoolAcceleratorConfig>? accelerators;