GPUSharingConfigArgs

data class GPUSharingConfigArgs(val gpuSharingStrategy: Output<GPUSharingConfigGpuSharingStrategy>? = null, val maxSharedClientsPerGpu: Output<String>? = null) : ConvertibleToJava<GPUSharingConfigArgs>

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

Constructors

Link copied to clipboard
fun GPUSharingConfigArgs(gpuSharingStrategy: Output<GPUSharingConfigGpuSharingStrategy>? = null, maxSharedClientsPerGpu: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The type of GPU sharing strategy to enable on the GPU node.

Link copied to clipboard
val maxSharedClientsPerGpu: Output<String>? = null

The max number of containers that can share a physical GPU.