ClusterNodePoolNodeConfigGuestAccelerator

data class ClusterNodePoolNodeConfigGuestAccelerator(val count: Int, val gpuDriverInstallationConfig: ClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig? = null, val gpuPartitionSize: String? = null, val gpuSharingConfig: ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, val type: String)

Constructors

constructor(count: Int, gpuDriverInstallationConfig: ClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig? = null, gpuPartitionSize: String? = null, gpuSharingConfig: ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of the guest accelerator cards exposed to this instance.

Link copied to clipboard

Configuration for auto installation of GPU driver. Structure is documented below.

Link copied to clipboard

Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.

Link copied to clipboard

Configuration for GPU sharing. Structure is documented below.

Link copied to clipboard

The accelerator type resource to expose to this instance. E.g. nvidia-tesla-k80.