google_api_life_sciences v0.2.0 GoogleApi.LifeSciences.V2beta.Model.Accelerator View Source

Carries information about an accelerator that can be attached to a VM.

Attributes

  • count (type: String.t, default: nil) - How many accelerators of this type to attach.
  • type (type: String.t, default: nil) - The accelerator type string (for example, "nvidia-tesla-k80").

    Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under /usr/local/nvidia. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.

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.LifeSciences.V2beta.Model.Accelerator{
  count: String.t(),
  type: 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.