google_api_container v0.12.3 GoogleApi.Container.V1.Model.AcceleratorConfig View Source

AcceleratorConfig represents a Hardware Accelerator request.

Attributes

  • acceleratorCount (type: String.t, default: nil) - The number of the accelerator cards exposed to an instance.
  • acceleratorType (type: String.t, default: nil) - The accelerator type resource name. List of supported accelerators here

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Container.V1.Model.AcceleratorConfig{
  acceleratorCount: String.t(),
  acceleratorType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.