GoogleApi.Container.V1.Model.GPUDriverInstallationConfig (google_api_container v0.57.0)

View Source

GPUDriverInstallationConfig 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

t()

@type t() :: %GoogleApi.Container.V1.Model.GPUDriverInstallationConfig{
  gpuDriverVersion: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.