Class XPSImageModelServingSpecModelThroughputEstimation
Inheritance
XPSImageModelServingSpecModelThroughputEstimation
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSImageModelServingSpecModelThroughputEstimation : IDirectResponseSchema
Properties
ComputeEngineAcceleratorType
Declaration
[JsonProperty("computeEngineAcceleratorType")]
public virtual string ComputeEngineAcceleratorType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LatencyInMilliseconds
Declaration
[JsonProperty("latencyInMilliseconds")]
public virtual double? LatencyInMilliseconds { get; set; }
Property Value
NodeQps
The approximate qps a deployed node can serve.
Declaration
[JsonProperty("nodeQps")]
public virtual double? NodeQps { get; set; }
Property Value
ServomaticPartitionType
Declaration
[JsonProperty("servomaticPartitionType")]
public virtual string ServomaticPartitionType { get; set; }
Property Value
Implements