Class Row
A single row in the confusion matrix.
Inheritance
object
Row
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Row : IDirectResponseSchema
Properties
ActualLabel
The original label of this row.
Declaration
[JsonProperty("actualLabel")]
public virtual string ActualLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
Info describing predicted label distribution.
Declaration
[JsonProperty("entries")]
public virtual IList<Entry> Entries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><Entry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |