GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Collects signals from one query used for prior learning.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
candidates
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo)
, default:nil
)
- List of per-candidate signals derived from annotation of this query. -
query
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString
, default:nil
)
- Query with region (language is set in parent NameInfo). -
weight
(type:number()
, default:nil
)
- Query weight used in learning.
Type
@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
}
candidates: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo.t() ] | nil,
query: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t() | nil,
weight: number() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfo