Show / Hide Table of Contents

Class XPSEvaluationMetricsSet

Specifies location of model evaluation metrics.

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

Properties

ETag

The ETag of the item.

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

EvaluationMetrics

Inline EvaluationMetrics - should be relatively small. For passing large quantities of exhaustive metrics, use file_spec.

Declaration
[JsonProperty("evaluationMetrics")]
public virtual IList<XPSEvaluationMetrics> EvaluationMetrics { get; set; }
Property Value
Type Description
IList<XPSEvaluationMetrics>

FileSpec

File spec containing evaluation metrics of a model, must point to RecordIO file(s) of intelligence.cloud.automl.xps.EvaluationMetrics messages.

Declaration
[JsonProperty("fileSpec")]
public virtual XPSFileSpec FileSpec { get; set; }
Property Value
Type Description
XPSFileSpec

NumEvaluationMetrics

Number of the evaluation metrics (usually one per label plus overall).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX