google_api_big_query v0.24.0 GoogleApi.BigQuery.V2.Model.FeatureValue 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

Link to this type

t()

View Source
t() :: %GoogleApi.BigQuery.V2.Model.FeatureValue{
  categoricalValue: GoogleApi.BigQuery.V2.Model.CategoricalValue.t(),
  featureColumn: String.t(),
  numericalValue: float()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.