RuntimeTemplateMachineSpec

data class RuntimeTemplateMachineSpec(val acceleratorCount: Int? = null, val acceleratorType: String? = null, val machineType: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceleratorCount: Int? = null

The number of accelerators used by the runtime.

Link copied to clipboard
val acceleratorType: String? = null

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

Link copied to clipboard
val machineType: String? = null

The Compute Engine machine type selected for the runtime.