RuntimeTemplateMachineSpecArgs

data class RuntimeTemplateMachineSpecArgs(val acceleratorCount: Output<Int>? = null, val acceleratorType: Output<String>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<RuntimeTemplateMachineSpecArgs>

Constructors

Link copied to clipboard
constructor(acceleratorCount: Output<Int>? = null, acceleratorType: Output<String>? = null, machineType: Output<String>? = null)

Properties

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

The number of accelerators used by the runtime.

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

The type of hardware accelerator used by the runtime. If specified, acceleratorCount must also be specified.

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

The Compute Engine machine type selected for the runtime.

Functions

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