NlpSciencelitRetrievalSearchResultDebugInfo

GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitRetrievalSearchResultDebugInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Returned by Delver API in SearchResult.debug_info.

Attributes List

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

View Attributes

Attributes

  1. articleData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleData, default: nil)
    - Only set if RequestOptions.debug_return_article_data is true.
  2. goldDocid (type: list(String.t), default: nil)
    -
  3. goldSnippets (type: list(String.t), default: nil)
    -
  4. isGold (type: boolean(), default: nil)
    - Not set by server; only used by evals.
  5. rerankingScore (type: number(), default: nil)
    - See SearchResultInternal.reranking_score.
  6. reverseRerankingOrder (type: integer(), default: nil)
    - See SearchResultInternal.reverse_reranking_order.
  7. sectionIrScore (type: map(), default: nil)
    - See SearchResultInternal.section_ir_score.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitRetrievalSearchResultDebugInfo{
articleData: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleData.t() | nil,
goldDocid: [String.t()] | nil,
goldSnippets: [String.t()] | nil,
isGold: boolean() | nil,
rerankingScore: number() | nil,
reverseRerankingOrder: integer() | nil,
sectionIrScore: map() | nil
}

Function

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

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