GroupContainerGpuLimit

data class GroupContainerGpuLimit(val count: Int? = null, val sku: String? = null)

Constructors

Link copied to clipboard
fun GroupContainerGpuLimit(count: Int? = null, sku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The upper limit of the number of GPUs which should be assigned to this container.

Link copied to clipboard
val sku: String? = null

The allowed SKU which should be used for the GPU. Possible values are K80, P100, or V100.