Get Cluster Node Pool Node Config Guest Accelerator
data class GetClusterNodePoolNodeConfigGuestAccelerator(val count: Int, val gpuDriverInstallationConfigs: List<GetClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig>, val gpuPartitionSize: String, val gpuSharingConfigs: List<GetClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfig>, val type: String)
Constructors
Link copied to clipboard
constructor(count: Int, gpuDriverInstallationConfigs: List<GetClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig>, gpuPartitionSize: String, gpuSharingConfigs: List<GetClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfig>, type: String)
Properties
Link copied to clipboard
val gpuDriverInstallationConfigs: List<GetClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig>
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.