Show / Hide Table of Contents

Class GpuMetric

Inheritance
object
GpuMetric
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 GpuMetric : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GpuSec

Required. Seconds of GPU usage, e.g. 3600.

Declaration
[JsonProperty("gpuSec")]
public virtual long? GpuSec { get; set; }
Property Value
Type Description
long?

GpuType

Required. Type of GPU, e.g. NVIDIA_TESLA_V100.

Declaration
[JsonProperty("gpuType")]
public virtual string GpuType { get; set; }
Property Value
Type Description
string

MachineSpec

Required. Machine spec, e.g. N1_STANDARD_4.

Declaration
[JsonProperty("machineSpec")]
public virtual string MachineSpec { get; set; }
Property Value
Type Description
string

TrackingLabels

Billing tracking labels. They do not contain any user data but only the labels set by Vertex Core Infra itself. Tracking labels' keys are defined with special format: goog-[\p{Ll}\p{N}]+ E.g. "key": "goog-k8s-cluster-name","value": "us-east1-b4rk"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX