View Source GoogleApi.BigQuery.V2.Model.FeatureValue (google_api_big_query v0.86.1)
Representative value of a single feature within the cluster.
Attributes
-
categoricalValue(type:GoogleApi.BigQuery.V2.Model.CategoricalValue.t, default:nil) - The categorical feature value. -
featureColumn(type:String.t, default:nil) - The feature column name. -
numericalValue(type:float(), default:nil) - The numerical feature value. This is the centroid value for this feature.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.FeatureValue{ categoricalValue: GoogleApi.BigQuery.V2.Model.CategoricalValue.t() | nil, featureColumn: String.t() | nil, numericalValue: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.