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):
Attributes
-
count
(type:integer()
, default:nil
)
- Number of occurrences. -
inverse
(type:boolean()
, default:nil
)
- Inverse relations can be marked in a bidirectional graph. -
relationId
(type:integer()
, default:nil
)
- Optional integer id for the relation. -
relationIdentifier
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier
, default:nil
)
- Optional external identifier for the relation. score
(type:number()
, default:nil
)
- Score for related entity, i.e. p(e->r | e).-
targetId
(type:String.t
, default:nil
)
- Profile id of related entity. -
targetIdentifier
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier
, default:nil
)
- Optional external identifier for the target entity. -
targetName
(type:String.t
, default:nil
)
- Name of related entity. -
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
}
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