Class XPSXpsOperationMetadata
Inheritance
XPSXpsOperationMetadata
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
public class XPSXpsOperationMetadata : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
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
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
Declaration
[JsonProperty("tablesTrainingOperationMetadata")]
public virtual XPSTablesTrainingOperationMetadata TablesTrainingOperationMetadata { get; set; }
Property Value
Declaration
[JsonProperty("videoBatchPredictOperationMetadata")]
public virtual XPSVideoBatchPredictOperationMetadata VideoBatchPredictOperationMetadata { get; set; }
Property Value
Declaration
[JsonProperty("videoTrainingOperationMetadata")]
public virtual XPSVideoTrainingOperationMetadata VideoTrainingOperationMetadata { get; set; }
Property Value
Declaration
[JsonProperty("visionTrainingOperationMetadata")]
public virtual XPSVisionTrainingOperationMetadata VisionTrainingOperationMetadata { get; set; }
Property Value
Implements