KnowledgeGraphNestedStruct

GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct


Table of Contents ▼

Jump to a specific part of the page:

Description

A nested struct is a recursive tree structure for storing a set of triples. more info can be found at go/nested-struct-primer

Attributes List

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

View Attributes

Attributes

  1. predicateObjs (type: list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStructPredicateObjs), default: nil)
    - predicate_objs.pred should be unique within the list.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct{
predicateObjs: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStructPredicateObjs.t() ] | nil
}

Function

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

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