QualityViewsExtractionClusterInfo

GoogleApi.ContentWarehouse.V1.Model.QualityViewsExtractionClusterInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Stores cluster scoring information for an entity Next Id: 6

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. clusterId (type: String.t, default: nil)
    - The cluster_id represents the id of the set entity that WebRef provides.
  2. clusterSetScore (type: number(), default: nil)
    - Cluster set qref confidence score.
  3. clusterSiblingMid (type: list(String.t), default: nil)
    - The mids of cluster members that are part of the same cluster. Note that cluster members may end up having their own interpretation (EntityInfo which includes a ClusterInfo) or not (eg because they do not explain the full query, and so aqua does not output an interpretation for them). The latter case (a cluster member is output only as part of this field), is equivalent to its score being 0.
  4. score (type: number(), default: nil)
    - The score represents the score of the entity within the cluster.
  5. subCluster (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityViewsExtractionClusterInfo), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityViewsExtractionClusterInfo{
clusterId: String.t() | nil,
clusterSetScore: number() | nil,
clusterSiblingMid: [String.t()] | nil,
score: number() | nil,
subCluster: [#t:t/0()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityViewsExtractionClusterInfo