google_api_remote_build_execution v0.11.0 GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig View Source

AcceleratorConfig defines the accelerator cards to attach to the VM.

Attributes

  • acceleratorCount (type: String.t, default: nil) - The number of guest accelerator cards exposed to each VM.
  • acceleratorType (type: String.t, default: nil) - The type of accelerator to attach to each VM, e.g. "nvidia-tesla-k80" for nVidia Tesla K80.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig{
    acceleratorCount: String.t(),
    acceleratorType: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.