IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

ClusterInfo no longer being populated (they are the 'old' version of storing meta-information only available in old not-reprocessed documents, all documents processed since July 2014 use the 'TargetLinkSet' instead.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. lastModifiedInputTimestampMs (type: String.t, default: nil)
    - The last time the set of outgoing links of this document was modified. This is the input for our calculation.
  2. lastProcessedOutputTimestampMs (type: String.t, default: nil)
    - The last time the cross-validation of the links was done. Between that last timestamp and now, only cached results have been used.
  3. linkMember (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember), default: nil)
    - All verified members of the cluster (including recursive inclusions).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo{
fpOutlinks: String.t() | nil,
lastModifiedInputTimestampMs: String.t() | nil,
lastProcessedOutputTimestampMs: String.t() | nil,
linkMember: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t() ] | nil,
unvalidatedOutlink: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.t() ] | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo