GoogleApi.BigQuery.V2.Model.Cluster (google_api_big_query v0.88.0)

View Source

Message containing the information about one cluster.

Attributes

  • centroidId (type: String.t, default: nil) - Centroid id.
  • count (type: String.t, default: nil) - Count of training data rows that were assigned to this cluster.
  • featureValues (type: list(GoogleApi.BigQuery.V2.Model.FeatureValue.t), default: nil) - Values of highly variant features for this cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.Cluster{
  centroidId: String.t() | nil,
  count: String.t() | nil,
  featureValues: [GoogleApi.BigQuery.V2.Model.FeatureValue.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.