GkeNodePoolAcceleratorConfigResponse

data class GkeNodePoolAcceleratorConfigResponse(val acceleratorCount: String, val acceleratorType: String, val gpuPartitionSize: String)

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

Constructors

Link copied to clipboard
fun GkeNodePoolAcceleratorConfigResponse(acceleratorCount: String, acceleratorType: String, gpuPartitionSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of accelerator cards exposed to an instance.

Link copied to clipboard

The accelerator type resource namename (see GPUs on Compute Engine).

Link copied to clipboard

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).