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

Log model name, partition and input processor used to generate SnippetsBrain scores, if SnippetsBrain debugging is enabled.

Attributes

  • ng3ModelName (type: String.t, default: nil) -
  • snippetsbrainModelName (type: String.t, default: nil) - The below fields are populated by SnippetFlow in superroot.
  • snippetsbrainModelPartition (type: String.t, default: nil) -
  • snippetsbrainTokenizerType (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SnippetExtraInfoSnippetsBrainModelInfo{
    ng3ModelName: String.t() | nil,
    snippetsbrainModelName: String.t() | nil,
    snippetsbrainModelPartition: String.t() | nil,
    snippetsbrainTokenizerType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.