Gke Node Pool Accelerator Config Args
data class GkeNodePoolAcceleratorConfigArgs(val acceleratorCount: Output<String>? = null, val acceleratorType: Output<String>? = null, val gpuPartitionSize: Output<String>? = null) : ConvertibleToJava<GkeNodePoolAcceleratorConfigArgs>
A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.
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).