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

Collects signals from one query used for prior learning.

Attributes

  • candidates (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo.t), default: nil) - List of per-candidate signals derived from annotation of this query.
  • query (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t, default: nil) - Query with region (language is set in parent NameInfo).
  • weight (type: number(), default: nil) - Query weight used in learning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfo{
  candidates:
    [
      GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo.t()
    ]
    | nil,
  query:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t()
    | nil,
  weight: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.