NlpSaftEntityProfileRelated

GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileRelated


Table of Contents ▼

Jump to a specific part of the page:

Description

Related entities.

Attributes List

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

View Attributes

Attributes

  1. count (type: integer(), default: nil)
    - Number of occurrences.
  2. inverse (type: boolean(), default: nil)
    - Inverse relations can be marked in a bidirectional graph.
  3. relationId (type: integer(), default: nil)
    - Optional integer id for the relation.
  4. relationIdentifier (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier, default: nil)
    - Optional external identifier for the relation.
  5. score (type: number(), default: nil)
    - Score for related entity, i.e. p(e->r | e).

  6. targetId (type: String.t, default: nil)
    - Profile id of related entity.
  7. targetIdentifier (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier, default: nil)
    - Optional external identifier for the target entity.
  8. targetName (type: String.t, default: nil)
    - Name of related entity.
  9. type (type: String.t, default: nil)
    - Type of relation.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileRelated{
count: integer() | nil,
inverse: boolean() | nil,
relationId: integer() | nil,
relationIdentifier: GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier.t() | nil,
score: number() | nil,
targetId: String.t() | nil,
targetIdentifier: GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier.t() | nil,
targetName: String.t() | nil,
type: String.t() | nil
}

Function

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

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