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.v2.Data
Assembly: Google.Apis.TPU.v2.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 |
MultisliceParams
Optional. Fields to specify in case of multislice request.
Declaration
[JsonProperty("multisliceParams")]
public virtual MultisliceParams MultisliceParams { get; set; }
Property Value
Type | Description |
---|---|
MultisliceParams |
Node
Required. The node.
Declaration
[JsonProperty("node")]
public virtual Node Node { get; set; }
Property Value
Type | Description |
---|---|
Node |
NodeId
Optional. 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 multislice requests, multislice_params must be populated
instead.
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 |