NodeSpecResponse

data class NodeSpecResponse(val node: NodeResponse, val nodeId: String, val parent: String)

Details of the TPU node(s) being requested. Users can request either a single node or multiple nodes. NodeSpec provides the specification for node(s) to be created.

Constructors

Link copied to clipboard
fun NodeSpecResponse(node: NodeResponse, nodeId: String, parent: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The node.

Link copied to clipboard

The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$ regex format. This is only specified when requesting a single node. In case of multi-node requests, multi_node_params must be populated instead. It's an error to specify both node_id and multi_node_params.

Link copied to clipboard

The parent resource name.