Show / Hide Table of Contents

Class XPSXpsOperationMetadata

Inheritance
object
XPSXpsOperationMetadata
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 XPSXpsOperationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExampleCount

Optional. XPS server can opt to provide example count of the long running operation (e.g. training, data importing, batch prediction).

Declaration
[JsonProperty("exampleCount")]
public virtual long? ExampleCount { get; set; }
Property Value
Type Description
long?

ReportingMetrics

Metrics for the operation. By the time the operation is terminated (whether succeeded or failed) as returned from XPS, AutoML BE assumes the metrics are finalized. AutoML BE transparently posts the metrics to Chemist if it's not empty, regardless of the response content or error type. If user is supposed to be charged in case of cancellation/error, this field should be set. In the case where the type of LRO doesn't require any billing, this field should be left unset.

Declaration
[JsonProperty("reportingMetrics")]
public virtual XPSReportingMetrics ReportingMetrics { get; set; }
Property Value
Type Description
XPSReportingMetrics

TablesTrainingOperationMetadata

Declaration
[JsonProperty("tablesTrainingOperationMetadata")]
public virtual XPSTablesTrainingOperationMetadata TablesTrainingOperationMetadata { get; set; }
Property Value
Type Description
XPSTablesTrainingOperationMetadata

VideoBatchPredictOperationMetadata

Declaration
[JsonProperty("videoBatchPredictOperationMetadata")]
public virtual XPSVideoBatchPredictOperationMetadata VideoBatchPredictOperationMetadata { get; set; }
Property Value
Type Description
XPSVideoBatchPredictOperationMetadata

VideoTrainingOperationMetadata

Declaration
[JsonProperty("videoTrainingOperationMetadata")]
public virtual XPSVideoTrainingOperationMetadata VideoTrainingOperationMetadata { get; set; }
Property Value
Type Description
XPSVideoTrainingOperationMetadata

VisionTrainingOperationMetadata

Declaration
[JsonProperty("visionTrainingOperationMetadata")]
public virtual XPSVisionTrainingOperationMetadata VisionTrainingOperationMetadata { get; set; }
Property Value
Type Description
XPSVisionTrainingOperationMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX