Class Accelerator (0.13.0)

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

Accelerator describes Compute Engine accelerators to be attached to the VM.

Attributes

NameDescription
type_ str
The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.
count int
The number of accelerators of this type.
install_gpu_drivers bool
Deprecated: please use instances[0].install_gpu_drivers instead.
driver_version str
The accelerator driver version that will be installed for this type. Not yet implemented.