Class NodeSpec
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.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class NodeSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MultiNodeParams
Optional. Fields to specify in case of multi-node request.
Declaration
[JsonProperty("multiNodeParams")]
public virtual MultiNodeParams MultiNodeParams { get; set; }
Property Value
Type | Description |
---|---|
MultiNodeParams |
Node
Required. The node.
Declaration
[JsonProperty("node")]
public virtual Node Node { get; set; }
Property Value
Type | Description |
---|---|
Node |
NodeId
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.
Declaration
[JsonProperty("nodeId")]
public virtual string NodeId { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent resource name.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |