Show / Hide Table of Contents

Class XPSBatchPredictResponse

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

Properties

ETag

The ETag of the item.

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

ExampleSet

Examples for batch prediction result. Under full API implementation, results are stored in shared RecordIO of AnnotatedExample protobufs, the annotations field of which is populated by XPS backend.

Declaration
[JsonProperty("exampleSet")]
public virtual XPSExampleSet ExampleSet { get; set; }
Property Value
Type Description
XPSExampleSet

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX