Class Explanation
Explanation for a single feature.
Inheritance
object
Explanation
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 Explanation : IDirectResponseSchema
Properties
Attribution
Attribution of feature.
Declaration
[JsonProperty("attribution")]
public virtual double? Attribution { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureName
The full feature name. For non-numerical features, will be formatted like .
. Overall size of feature name
will always be truncated to first 120 characters.
Declaration
[JsonProperty("featureName")]
public virtual string FeatureName { get; set; }
Property Value
Type | Description |
---|---|
string |