GPUSharingConfigResponse

data class GPUSharingConfigResponse(val gpuSharingStrategy: String, val maxSharedClientsPerGpu: String)

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

Constructors

Link copied to clipboard
fun GPUSharingConfigResponse(gpuSharingStrategy: String, maxSharedClientsPerGpu: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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