nvidiaDriverVersion property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The NVIDIA driver version to use when attaching an NVIDIA GPU accelerator.
The version specified here must be compatible with the GPU libraries
contained in the container being executed, and must be one of the drivers
hosted in the nvidia-drivers-us-public
bucket on Google Cloud Storage.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? nvidiaDriverVersion;