View Source GoogleApi.ContentWarehouse.V1.Model.SpamBrainData (google_api_content_warehouse v0.4.0)

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

  • site (type: String.t, default: nil) - Sitechunker site granularity for this result
  • versionedData (type: list(GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore.t), default: nil) - Versioned scores of SB classifiers

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SpamBrainData{
  site: String.t() | nil,
  versionedData: [GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.