View Source GoogleApi.Notebooks.V1.Model.RuntimeAcceleratorConfig (google_api_notebooks v0.14.3)

Definition of the types of hardware accelerators that can be used. See Compute Engine AcceleratorTypes. Examples: nvidia-tesla-k80 nvidia-tesla-p100 nvidia-tesla-v100 nvidia-tesla-p4 nvidia-tesla-t4 nvidia-tesla-a100

Attributes

  • coreCount (type: String.t, default: nil) - Count of cores of this accelerator.
  • type (type: String.t, default: nil) - Accelerator model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.RuntimeAcceleratorConfig{
  coreCount: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.