Class Entry
A single entry in the confusion matrix.
Inheritance
object
Entry
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 Entry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCount
Number of items being predicted as this label.
Declaration
[JsonProperty("itemCount")]
public virtual long? ItemCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
PredictedLabel
The predicted label. For confidence_threshold > 0, we will also add an entry indicating the number of items under the confidence threshold.
Declaration
[JsonProperty("predictedLabel")]
public virtual string PredictedLabel { get; set; }
Property Value
Type | Description |
---|---|
string |