View Source GoogleApi.Notebooks.V1.Model.SchedulerAcceleratorConfig (google_api_notebooks v0.11.0)

Definition of a hardware accelerator. Note that not all combinations of type and core_count are valid. See GPUs on Compute Engine to find a valid combination. TPUs are not supported.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.