GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
State data for AdaptiveFrequencyEstimator
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
clicksGoodInterval
(type:float()
, default:nil
)
- -
clicksGoodPriorWeight
(type:float()
, default:nil
)
- -
clicksTotalInterval
(type:float()
, default:nil
)
- -
clicksTotalPriorWeight
(type:float()
, default:nil
)
- -
ctrwiInterval
(type:float()
, default:nil
)
- -
ctrwiPriorWeight
(type:float()
, default:nil
)
- -
dwellsInterval
(type:float()
, default:nil
)
- -
dwellsPriorWeight
(type:float()
, default:nil
)
- -
luDwellsInterval
(type:float()
, default:nil
)
- -
luDwellsPriorWeight
(type:float()
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData{
clicksGoodInterval: float() | nil,
clicksGoodPriorWeight: float() | nil,
clicksTotalInterval: float() | nil,
clicksTotalPriorWeight: float() | nil,
ctrwiInterval: float() | nil,
ctrwiPriorWeight: float() | nil,
dwellsInterval: float() | nil,
dwellsPriorWeight: float() | nil,
luDwellsInterval: float() | nil,
luDwellsPriorWeight: float() | nil
}
clicksGoodInterval: float() | nil,
clicksGoodPriorWeight: float() | nil,
clicksTotalInterval: float() | nil,
clicksTotalPriorWeight: float() | nil,
ctrwiInterval: float() | nil,
ctrwiPriorWeight: float() | nil,
dwellsInterval: float() | nil,
dwellsPriorWeight: float() | nil,
luDwellsInterval: float() | nil,
luDwellsPriorWeight: float() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData