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

AcceleratorConfig represents a Hardware Accelerator request.

Attributes

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

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: any(),
  acceleratorType: any()
}

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.