GoogleApi.BigQuery.V2.Model.FeatureValue (google_api_big_query v0.63.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.FeatureValue{
categoricalValue: GoogleApi.BigQuery.V2.Model.CategoricalValue.t() | nil,
featureColumn: String.t() | nil,
numericalValue: float() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.