RepositoryWebrefAnnotatorProfile

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorProfile


Table of Contents ▼

Jump to a specific part of the page:

Description

A message to collect annotator performance data.

Attributes List

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

View Attributes

Attributes

  1. numCandidateMentions (type: integer(), default: nil)
    -
  2. numEntities (type: integer(), default: nil)
    -
  3. numMentions (type: integer(), default: nil)
    -
  4. numTokens (type: integer(), default: nil)
    -
  5. processorTimingsRoot (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming, default: nil)
    - Root/total of the timings from all the processors that worked on the given document or query.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorProfile{
numCandidateMentions: integer() | nil,
numEntities: integer() | nil,
numMentions: integer() | nil,
numTokens: integer() | nil,
processorTimingsRoot: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming.t() | nil
}

Function

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

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