GoogleApi.ContentWarehouse.V1.Model.GeostoreRankDetailsProto
Table of Contents ▼
Jump to a specific part of the page:
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
signal
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto)
, 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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRankDetailsProto{
signal: [GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto.t()] | nil,
signalMixerType: String.t() | nil
}
signal: [GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto.t()] | nil,
signalMixerType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreRankDetailsProto