GoogleApi.Dataproc.V1.Model.GkeNodePoolAcceleratorConfig (google_api_dataproc v0.59.0)

View Source

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.

Attributes

  • acceleratorCount (type: String.t, default: nil) - The number of accelerator cards exposed to an instance.
  • acceleratorType (type: String.t, default: nil) - The accelerator type resource namename (see GPUs on Compute Engine).
  • gpuPartitionSize (type: String.t, default: nil) - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.GkeNodePoolAcceleratorConfig{
  acceleratorCount: String.t() | nil,
  acceleratorType: String.t() | nil,
  gpuPartitionSize: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.