ClusterNodeConfigGuestAcceleratorGpuSharingConfig

data class ClusterNodeConfigGuestAcceleratorGpuSharingConfig(val gpuSharingStrategy: String, val maxSharedClientsPerGpu: Int)

Constructors

constructor(gpuSharingStrategy: String, maxSharedClientsPerGpu: Int)

Types

Link copied to clipboard
object Companion

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.