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