View Source GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingCluster (google_api_content_warehouse v0.4.0)

Message to represent a cluster of the embedding space.

Attributes

  • id (type: integer(), default: nil) - Id of the cluster.
  • squaredDistance (type: number(), default: nil) - Squared distance of the current embedding to the cluster center.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingCluster{
  id: integer() | nil,
  squaredDistance: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.