GoogleApi.Notebooks.V1.Model.SetInstanceAcceleratorRequest (google_api_notebooks v0.16.0)

View Source

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

t()

@type t() :: %GoogleApi.Notebooks.V1.Model.SetInstanceAcceleratorRequest{
  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.