RepositoryWebrefMdvcMetadata

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata about MDVC (go/mdvc). Next available tag: 18.

Attributes List

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

View Attributes

Attributes

  1. dimension (type: list(String.t), default: nil)
    - Undergoing migration into the PerVertical message. Avoid using it. Concept ids of MDVC dimensions of this concept.
  2. expandedOutputConceptId (type: list(String.t), default: nil)
    - Undergoing migration into the PerVertical message. Avoid using it. List of encoded mids to be expanded in WebRef/QRef output whenever this entity gets annotated. Will be populated in the annotators once static data is deprecated. b/78866814.
  3. generalization (type: list(String.t), default: nil)
    - Undergoing migration into the PerVertical message. Avoid using it. Concept ids of MDVC generalizations of this concept.
  4. isSynthetic (type: boolean(), default: nil)
    - True iff the topic is synthetically created during by MDVC extraction.
  5. perVertical (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadataPerVertical), default: nil)
    - Data, specific to particular verticals.
  6. resolutionPriority (type: integer(), default: nil)
    - Undergoing migration into the PerVertical message. Avoid using it. Resolution priority for this entity. In case a query has many possible resolutions, only the ones with the highest resolution priority are annotated.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadata{
dimension: [String.t()] | nil,
expandedOutputConceptId: [String.t()] | nil,
generalization: [String.t()] | nil,
isSynthetic: boolean() | nil,
perVertical: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadataPerVertical.t() ] | nil,
resolutionPriority: integer() | nil
}

Function

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

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