NodePoolNodeConfigGuestAccelerator

data class NodePoolNodeConfigGuestAccelerator(val count: Int, val gpuDriverInstallationConfig: NodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig? = null, val gpuPartitionSize: String? = null, val gpuSharingConfig: NodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, val type: String)

Constructors

Link copied to clipboard
constructor(count: Int, gpuDriverInstallationConfig: NodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig? = null, gpuPartitionSize: String? = null, gpuSharingConfig: NodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of the accelerator cards exposed to an instance.

Link copied to clipboard

Configuration for auto installation of GPU driver.

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)

Link copied to clipboard

Configuration for GPU sharing.

Link copied to clipboard

The accelerator type resource name.