Show / Hide Table of Contents

Class ResourceUtilizationReport

Worker metrics exported from workers. This contains resource utilization metrics accumulated from a variety of sources. For more information, see go/df-resource-signals.

Inheritance
object
ResourceUtilizationReport
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.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ResourceUtilizationReport : IDirectResponseSchema

Properties

Containers

Per container information. Key: container name.

Declaration
[JsonProperty("containers")]
public virtual IDictionary<string, ResourceUtilizationReport> Containers { get; set; }
Property Value
Type Description
IDictionary<string, ResourceUtilizationReport>

CpuTime

CPU utilization samples.

Declaration
[JsonProperty("cpuTime")]
public virtual IList<CPUTime> CpuTime { get; set; }
Property Value
Type Description
IList<CPUTime>

ETag

The ETag of the item.

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

GpuUsage

Optional. GPU usage samples.

Declaration
[JsonProperty("gpuUsage")]
public virtual IList<GPUUsage> GpuUsage { get; set; }
Property Value
Type Description
IList<GPUUsage>

MemoryInfo

Memory utilization samples.

Declaration
[JsonProperty("memoryInfo")]
public virtual IList<MemInfo> MemoryInfo { get; set; }
Property Value
Type Description
IList<MemInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX