V2QueuedResourceTpuNodeSpecNode

data class V2QueuedResourceTpuNodeSpecNode(val acceleratorType: String? = null, val description: String? = null, val networkConfig: V2QueuedResourceTpuNodeSpecNodeNetworkConfig? = null, val runtimeVersion: String)

Constructors

Link copied to clipboard
constructor(acceleratorType: String? = null, description: String? = null, networkConfig: V2QueuedResourceTpuNodeSpecNodeNetworkConfig? = null, runtimeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceleratorType: String? = null

TPU accelerator type for the TPU. If not specified, this defaults to 'v2-8'.

Link copied to clipboard
val description: String? = null

Text description of the TPU.

Link copied to clipboard

Network configurations for the TPU node. Structure is documented below.

Link copied to clipboard

Runtime version for the TPU.