Cluster Node Pool Node Config Guest Accelerator Args
data class ClusterNodePoolNodeConfigGuestAcceleratorArgs(val count: Output<Int>, val gpuDriverInstallationConfig: Output<ClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfigArgs>? = null, val gpuPartitionSize: Output<String>? = null, val gpuSharingConfig: Output<ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs>? = null, val type: Output<String>) : ConvertibleToJava<ClusterNodePoolNodeConfigGuestAcceleratorArgs>
Constructors
Link copied to clipboard
constructor(count: Output<Int>, gpuDriverInstallationConfig: Output<ClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfigArgs>? = null, gpuPartitionSize: Output<String>? = null, gpuSharingConfig: Output<ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs>? = null, type: Output<String>)
Properties
Link copied to clipboard
val gpuDriverInstallationConfig: Output<ClusterNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfigArgs>? = null
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.