GoogleApi.ContentWarehouse.V1.Model.QualityNsrExperimentalNsrTeamWSJData
Table of Contents ▼
Jump to a specific part of the page:
Description
This is a wrapper needed for the WSJ corpus. We want the WSJ RPCs to inject both the experimental_data and the keys, and as of June 2022 these need to be first level members of the proto.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
experimentalNsrTeamData
(type:GoogleApi.ContentWarehouse.V1.Model.QualityNsrExperimentalNsrTeamData
, default:nil
)
- -
lookupKey
(type:String.t
, default:nil
)
- The key used to lookup this data in the WSJ corpus. The WSJ data is sitechunk-level, however the documents in the MDU shards are simply urls. WSJ does a mapping from url -> {primary_chunk, secondary, fallbacks, etc.} and retrieves all the keys from the corpus. This lookup key field will keep track of which key was used for this particular lookup.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrExperimentalNsrTeamWSJData{
experimentalNsrTeamData: GoogleApi.ContentWarehouse.V1.Model.QualityNsrExperimentalNsrTeamData.t() | nil,
lookupKey: String.t() | nil
}
experimentalNsrTeamData: GoogleApi.ContentWarehouse.V1.Model.QualityNsrExperimentalNsrTeamData.t() | nil,
lookupKey: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityNsrExperimentalNsrTeamWSJData