Class XPSReportingMetrics
Implements
Inherited Members
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> |