Class TpuMetric
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class TpuMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TpuSec
Required. Seconds of TPU usage, e.g. 3600.
Declaration
[JsonProperty("tpuSec")]
public virtual long? TpuSec { get; set; }
Property Value
Type | Description |
---|---|
long? |
TpuType
Required. Type of TPU, e.g. TPU_V2, TPU_V3_POD.
Declaration
[JsonProperty("tpuType")]
public virtual string TpuType { get; set; }
Property Value
Type | Description |
---|---|
string |