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