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):
Attributes
-
articleData
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleData
, default:nil
)
- Only set if RequestOptions.debug_return_article_data is true. -
goldDocid
(type:list(String.t)
, default:nil
)
- -
goldSnippets
(type:list(String.t)
, default:nil
)
- -
isGold
(type:boolean()
, default:nil
)
- Not set by server; only used by evals. -
rerankingScore
(type:number()
, default:nil
)
- See SearchResultInternal.reranking_score. -
reverseRerankingOrder
(type:integer()
, default:nil
)
- See SearchResultInternal.reverse_reranking_order. -
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
}
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