Class Tpu
Details of the TPU resource(s) being requested.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class Tpu : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeSpec
Optional. The TPU node(s) being requested.
Declaration
[JsonProperty("nodeSpec")]
public virtual IList<NodeSpec> NodeSpec { get; set; }
Property Value
Type | Description |
---|---|
IList<NodeSpec> |