Class Accelerator (0.5.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.