RepositoryWebrefLatentEntity

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata about a latent entity and its relationship to a given child. See go/hits.

Attributes List

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

View Attributes

Attributes

  1. broaderImportance (type: list(number()), default: nil)
    - The relatedness score of the two entities corresponding to each source above.
  2. mid (type: String.t, default: nil)
    - The mid of the latent entity.
  3. sources (type: list(String.t), default: nil)
    - The sources this generalization relationship is coming from.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity{
broaderImportance: [number()] | nil,
mid: String.t() | nil,
sources: [String.t()] | nil
}

Function

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

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