Class GPUDriverInstallationConfig (2.45.0)

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

GPUDriverInstallationConfig specifies the version of GPU driver to be auto installed.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
gpu_driver_version google.cloud.container_v1.types.GPUDriverInstallationConfig.GPUDriverVersion
Mode for how the GPU driver is installed. This field is a member of oneof_ _gpu_driver_version.

Classes

GPUDriverVersion

GPUDriverVersion(value)

The GPU driver version to install.

Values: GPU_DRIVER_VERSION_UNSPECIFIED (0): Default value is to not install any GPU driver. INSTALLATION_DISABLED (1): Disable GPU driver auto installation and needs manual installation DEFAULT (2): "Default" GPU driver in COS and Ubuntu. LATEST (3): "Latest" GPU driver in COS.