GoogleApi.ContentWarehouse.V1.Model.SpamBrainData
Table of Contents ▼
Jump to a specific part of the page:
Description
This holds SpamBrain values which are populated in docjoins. The data is populated at sitechunked host level and sitechunked domain level in the doc_attachments, and saved in Perdocdata in respective fields.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
site
(type:String.t
, default:nil
)
- Sitechunker site granularity for this result -
versionedData
(type:list(GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore)
, default:nil
)
- Versioned scores of SB classifiers
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SpamBrainData{
site: String.t() | nil,
versionedData: [GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore.t()] | nil
}
site: String.t() | nil,
versionedData: [GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SpamBrainData