GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterIds
Table of Contents ▼
Jump to a specific part of the page:
Description
This message contains a set of cluster ids used to de-dup at serving time. A document could be clustered into different clusters according to different properties.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
clusterId
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterId)
, default:nil
)
- The exact cluster metadata for each individual cluster if any.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterIds{
clusterId: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterId.t() ] | nil
}
clusterId: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterId.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterIds