GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateMultipleComponentDistribution
Table of Contents ▼
Jump to a specific part of the page:
Description
Proto contains parameters for a multiple component distributions, where each component has non-negative weight and the sum of component weights is 1.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
components
(type:list(GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateMultipleComponentDistribution{
components: [ GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution.t() ] | nil
}
components: [ GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateMultipleComponentDistribution