Show / Hide Table of Contents

Class XPSReportingMetrics

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

Properties

ETag

The ETag of the item.

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

EffectiveTrainingDuration

The effective time training used. If set, this is used for quota management and billing. Deprecated. AutoML BE doesn't use this. Don't set.

Declaration
[JsonProperty("effectiveTrainingDuration")]
public virtual object EffectiveTrainingDuration { get; set; }
Property Value
Type Description
object

MetricEntries

One entry per metric name. The values must be aggregated per metric name.

Declaration
[JsonProperty("metricEntries")]
public virtual IList<XPSMetricEntry> MetricEntries { get; set; }
Property Value
Type Description
IList<XPSMetricEntry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX