View Source GoogleApi.ContentWarehouse.V1.Model.QualityNsrKetoKetoVersionedData (google_api_content_warehouse v0.4.0)

Data populated to NsrData and hence propagated to docjoins/ascorer/superroot/etc.

Attributes

  • siteFrac (type: number(), default: nil) - What fraction of the site went into the computation of the site_score. Should be a number in (0, 1].
  • siteScore (type: number(), default: nil) - Site-level aggregated keto score.
  • versionId (type: integer(), default: nil) - Unique id of the version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrKetoKetoVersionedData{
  siteFrac: number() | nil,
  siteScore: number() | nil,
  versionId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.