Show / Hide Table of Contents

Class TpuMetric

Inheritance
object
TpuMetric
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX