View Source GoogleApi.Notebooks.V2.Model.GPUDriverConfig (google_api_notebooks v0.9.0)

A GPU driver configuration

Attributes

  • customGpuDriverPath (type: String.t, default: nil) - Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
  • enableGpuDriver (type: boolean(), default: nil) - Optional. Whether the end user authorizes Google Cloud to install GPU driver on this VM instance. If this field is empty or set to false, the GPU driver won't be installed. Only applicable to instances with GPUs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V2.Model.GPUDriverConfig{
  customGpuDriverPath: String.t() | nil,
  enableGpuDriver: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.