RepositoryWebrefEntityNameRatings

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings


Table of Contents ▼

Jump to a specific part of the page:

Description

Stores all human ratings collected for a given entity name.

Attributes List

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

View Attributes

Attributes

  1. language (type: String.t, default: nil)
    -
  2. name (type: String.t, default: nil)
    -
  3. ratings (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatingsEntityNameRating), default: nil)
    - Every entity name receives one or a few ratings from human raters.
  4. tags (type: list(String.t), default: nil)
    - Multiple tags can be assigned to a rated entity name. The tags can be used when computing metrics in the Name Eval, so that different metrics are computed separately for different sets of examples that have the same tag.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings{
language: String.t() | nil,
name: String.t() | nil,
ratings: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatingsEntityNameRating.t() ] | nil,
tags: [String.t()] | nil
}

Function

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

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