Show / Hide Table of Contents

Class InfraUsage

LINT: LEGACY_NAMES Infra Usage of billing metrics.

Inheritance
object
InfraUsage
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.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class InfraUsage : IDirectResponseSchema

Properties

CpuMetrics

Aggregated core metrics since requested start_time.

Declaration
[JsonProperty("cpuMetrics")]
public virtual IList<CpuMetric> CpuMetrics { get; set; }
Property Value
Type Description
IList<CpuMetric>

DiskMetrics

Aggregated persistent disk metrics since requested start_time.

Declaration
[JsonProperty("diskMetrics")]
public virtual IList<DiskMetric> DiskMetrics { get; set; }
Property Value
Type Description
IList<DiskMetric>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GpuMetrics

Aggregated gpu metrics since requested start_time.

Declaration
[JsonProperty("gpuMetrics")]
public virtual IList<GpuMetric> GpuMetrics { get; set; }
Property Value
Type Description
IList<GpuMetric>

RamMetrics

Aggregated ram metrics since requested start_time.

Declaration
[JsonProperty("ramMetrics")]
public virtual IList<RamMetric> RamMetrics { get; set; }
Property Value
Type Description
IList<RamMetric>

TpuMetrics

Aggregated tpu metrics since requested start_time.

Declaration
[JsonProperty("tpuMetrics")]
public virtual IList<TpuMetric> TpuMetrics { get; set; }
Property Value
Type Description
IList<TpuMetric>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX