View Source GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerPodcastGroundingProviderFeatures (google_api_content_warehouse v0.3.0)

Features to be extracted from Podcast GP for ranking in HGR. Next ID: 7

Attributes

  • isExclusive (type: boolean(), default: nil) - Whether the podcast is exclusive to a provider a not.
  • podcastListenersCount (type: integer(), default: nil) - The count of the unique users that listened to the podcast in the last 28 days.
  • popularityScore (type: float(), default: nil) - Provider popularity score. More details are here go/ps-to-kg.
  • scubedNg3ModelScore (type: number(), default: nil) - The relevance score from Scubed.
  • scubedTstarScore (type: float(), default: nil) - Tstar score is a signal that indicates the quality of the entity.
  • youtubeConfidenceScore (type: float(), default: nil) - This score is in the range [0.0, 1.0] and is used for cross-backend (e.g., YT vs another Music/Podcast service provider) ranking and scoring. 0.0 means no confidence and 1.0 means full confidence.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerPodcastGroundingProviderFeatures{
    isExclusive: boolean() | nil,
    podcastListenersCount: integer() | nil,
    popularityScore: float() | nil,
    scubedNg3ModelScore: number() | nil,
    scubedTstarScore: float() | nil,
    youtubeConfidenceScore: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.