Class Accelerator (0.6.0)

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

Carries information about an accelerator that can be attached to a VM.

Attributes

NameDescription
type_ str
The accelerator type string (for example, "nvidia-tesla-k80"). Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under ``/usr/local/nvidia``. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.
count int
How many accelerators of this type to attach.

Inheritance

builtins.object > proto.message.Message > Accelerator