KnowledgeGraphQualifier

GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifier


Table of Contents ▼

Jump to a specific part of the page:

Description

A qualifier represents an extra piece of context about an assertion/fact. See go/qualifiers-in-kg for more details.

Attributes List

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

View Attributes

Attributes

  1. pred (type: String.t, default: nil)
    - The qualifier pred must be a qualifier property defined in KG schema as applying to the predicate of the triple this qualifier is attached to.
  2. value (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifier{
pred: String.t() | nil,
value: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj.t() | nil
}

Function

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

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