Class GpuMetric
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.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> |