Class Entry
A single entry in the confusion matrix.
Inheritance
System.Object
Entry
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.String |
ItemCount
Number of items being predicted as this label.
Declaration
[JsonProperty("itemCount")]
public virtual long? ItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
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 |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema