Class FeatureValue
Representative value of a single feature within the cluster.
Inheritance
System.Object
FeatureValue
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 FeatureValue : IDirectResponseSchema
Properties
CategoricalValue
The categorical feature value.
Declaration
[JsonProperty("categoricalValue")]
public virtual CategoricalValue CategoricalValue { get; set; }
Property Value
Type | Description |
---|---|
CategoricalValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FeatureColumn
The feature column name.
Declaration
[JsonProperty("featureColumn")]
public virtual string FeatureColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumericalValue
The numerical feature value. This is the centroid value for this feature.
Declaration
[JsonProperty("numericalValue")]
public virtual double? NumericalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Implements
Google.Apis.Requests.IDirectResponseSchema