Class GPUUtilization
Utilization details about the GPU.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class GPUUtilization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rate
Required. GPU utilization rate of any kernel over the last sample period in the range of [0, 1].
Declaration
[JsonProperty("rate")]
public virtual double? Rate { get; set; }
Property Value
Type | Description |
---|---|
double? |