Show / Hide Table of Contents

Class XPSImageModelServingSpec

Serving specification for image models.

Inheritance
object
XPSImageModelServingSpec
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.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSImageModelServingSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ModelThroughputEstimation

Populate under uCAIP request scope.

Declaration
[JsonProperty("modelThroughputEstimation")]
public virtual IList<XPSImageModelServingSpecModelThroughputEstimation> ModelThroughputEstimation { get; set; }
Property Value
Type Description
IList<XPSImageModelServingSpecModelThroughputEstimation>

NodeQps

An estimated value of how much traffic a node can serve. Populated for AutoMl request only.

Declaration
[JsonProperty("nodeQps")]
public virtual double? NodeQps { get; set; }
Property Value
Type Description
double?

TfRuntimeVersion

The fields below are only populated under uCAIP request scope.

https://cloud.google.com/ml-engine/docs/runtime-version-list

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX