View Source GoogleApi.Notebooks.V2.Model.AcceleratorConfig (google_api_notebooks v0.15.0)

An accelerator configuration for a VM instance Definition of a hardware accelerator. Note that there is no check on type and core_count combinations. TPUs are not supported. See GPUs on Compute Engine to find a valid combination.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.