GroupContainerGpuLimitArgs

data class GroupContainerGpuLimitArgs(val count: Output<Int>? = null, val sku: Output<String>? = null) : ConvertibleToJava<GroupContainerGpuLimitArgs>

Constructors

Link copied to clipboard
fun GroupContainerGpuLimitArgs(count: Output<Int>? = null, sku: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val count: Output<Int>? = null

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

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

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