GoogleApi.Container.V1.Model.GPUDriverInstallationConfig (google_api_container v0.57.0)
View SourceGPUDriverInstallationConfig specifies the version of GPU driver to be auto installed.
Attributes
-
gpuDriverVersion
(type:String.t
, default:nil
) - Mode for how the GPU driver is installed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.GPUDriverInstallationConfig{ gpuDriverVersion: String.t() | nil }