View Source GoogleApi.Notebooks.V1.Model.SetInstanceAcceleratorRequest (google_api_notebooks v0.13.0)

Request for setting instance accelerator.

Attributes

  • coreCount (type: String.t, default: nil) - Required. Count of cores of this 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.
  • type (type: String.t, default: nil) - Required. Type of this accelerator.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.