accelerators property

List<AcceleratorConfig>? accelerators
getter/setter pair

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

See https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about support for GPUs.

Implementation

core.List<AcceleratorConfig>? accelerators;