ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs

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

Constructors

fun ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs(gpuSharingStrategy: Output<String>, maxSharedClientsPerGpu: Output<Int>)

Functions

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

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.