View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreRankDetailsProto (google_api_content_warehouse v0.4.0)
This message is embedded within a FeatureProto. It has rank calculation details such as available rank signals and rank signal mixer used to compute final rank. For more details, see the Oyster Rank wiki page: http://wiki.corp.google.com/twiki/bin/view/Main/OysterRank
Attributes
-
signal
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto.t)
, default:nil
) - A list of signals. Each one is extracted separately by a SignalExtractor. -
signalMixerType
(type:String.t
, default:nil
) - The signal mixer that was used to calculate the rank.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRankDetailsProto{ signal: [GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto.t()] | nil, signalMixerType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.