AcceleratorArgs

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

An accelerator card attached to the instance.

Constructors

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

Functions

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

Properties

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

Number of accelerator cards exposed to the instance.

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

Type of accelerator resource to attach to the instance, for example, "nvidia-tesla-p100".