Node Pool Node Config Guest Accelerator
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)