Show / Hide Table of Contents

Class Row

A single row in the confusion matrix.

Inheritance
object
Row
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.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

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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
IList<Entry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX