QualityNsrPQData

GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQData


Table of Contents ▼

Jump to a specific part of the page:

Description

Next id: 22

Attributes List

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

View Attributes

Attributes

  1. chard (type: integer(), default: nil)
    - URL-level chard prediction (encoded as an int).
  2. chardScoreEncoded (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedIntSignal), default: nil)
    - URL-level Chard (encoded as an int).
  3. contentEffort (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal), default: nil)
    - LLM-based effort estimation for article pages (see landspeeder/4311817).
  4. deltaAutopilotScore (type: number(), default: nil)
    -
  5. deltaLinkIncoming (type: number(), default: nil)
    -
  6. deltaLinkOutgoing (type: number(), default: nil)
    -
  7. deltaSubchunkAdjustment (type: number(), default: nil)
    - Total deltaNSR adjustment based on subchunks. This is a page-level adjustment (subchunks are retrieved based on the page classification).
  8. keto (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal), default: nil)
    - Keto score.
  9. linkIncoming (type: number(), default: nil)
    -
  10. linkOutgoing (type: number(), default: nil)
    -
  11. numOffdomainAnchors (type: number(), default: nil)
    - The total number of offdomain anchors seen by the NSR pipeline for this page.
  12. page2vecLq (type: number(), default: nil)
    -
  13. predictedDefaultNsr (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal), default: nil)
    - Predicted default NSR score computed in Goldmine via the NSR default predictor (go/default-nsr-predictor).
  14. rhubarb (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal), default: nil)
    - Site-URL delta signals based quality score computed in Goldmine via the Rhubarb model (go/rhubarb-dd).
  15. subchunkData (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQDataSubchunkData), default: nil)
    -
  16. tofu (type: number(), default: nil)
    - URL-level tofu prediction.
  17. unversionedRhubarb (type: number(), default: nil)
    - The delta score of the URL-level quality predictor.
  18. urlAutopilotScore (type: number(), default: nil)
    -
  19. vlq (type: number(), default: nil)
    - URL-level score of the VLQ model.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQData{
chard: integer() | nil,
chardScoreEncoded: [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedIntSignal.t()] | nil,
contentEffort: [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()] | nil,
deltaAutopilotScore: number() | nil,
deltaLinkIncoming: number() | nil,
deltaLinkOutgoing: number() | nil,
deltaSubchunkAdjustment: number() | nil,
keto: [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()] | nil,
linkIncoming: number() | nil,
linkOutgoing: number() | nil,
numOffdomainAnchors: number() | nil,
page2vecLq: number() | nil,
predictedDefaultNsr: [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()] | nil,
rhubarb: [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()] | nil,
subchunkData: [GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQDataSubchunkData.t()] | nil,
tofu: number() | nil,
unversionedRhubarb: number() | nil,
urlAutopilotScore: number() | nil,
vlq: number() | nil
}

Function

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

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