ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs

data class ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs(val gpuSharingStrategy: Output<String>, val maxSharedClientsPerGpu: Output<Int>) : ConvertibleToJava<ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs>

Constructors

constructor(gpuSharingStrategy: Output<String>, maxSharedClientsPerGpu: Output<Int>)

Properties

Link copied to clipboard

The type of GPU sharing strategy to enable on the GPU node. Accepted values are:

Link copied to clipboard

The maximum number of containers that can share a GPU.

Functions

Link copied to clipboard
open override fun toJava(): ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs