GoogleApi.Workstations.V1.Model.Accelerator (google_api_workstations v0.7.0)

View Source

An accelerator card attached to the instance.

Attributes

  • count (type: integer(), default: nil) - Optional. Number of accelerator cards exposed to the instance.
  • type (type: String.t, default: nil) - Optional. Type of accelerator resource to attach to the instance, for example, "nvidia-tesla-p100".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Workstations.V1.Model.Accelerator{
  count: integer() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.