RepositoryWebrefEntityDebugInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityDebugInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Provides some debug info for the entity. This data shown to engineers (for debugging) and to raters (so it ultimately impacts eval metrics), but is also used to train ML models (see below). IMPORTANT: Despite the proto naming, this data has production quality impact. The data below is mostly human-readable text that is useful to help engineers with debugging. However the text is also used as input to machine-learned natural language processing models, which are used in production Webref.

Attributes List

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

View Attributes

Attributes

  1. description (type: String.t, default: nil)
    - A human-readable description of the entity. This can range from brief, machine-generated notes to lengthy human-written paragraphs from Wikipedia.
  2. language (type: String.t, default: nil)
    - The language (III LanguageCode) of the title and description fields.
  3. score (type: float(), default: nil)
    - Internal score to merge debug info. should not set in final entityjoins.
  4. title (type: String.t, default: nil)
    - A short human-readable name/title of the entity, similar to what is displayed at the top of a Hume page. Suitable to be displayed in a list.
  5. url (type: String.t, default: nil)
    - Link to a page with more information about the entity (internal Hume page, external Wikipedia page, etc.).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityDebugInfo{
description: String.t() | nil,
language: String.t() | nil,
score: float() | nil,
title: String.t() | nil,
url: String.t() | nil
}

Function

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

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