GoogleApi.ContentWarehouse.V1.Model.SnippetExtraInfoSnippetScoringInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Next ID: 9
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
brainNg3Score
(type:number()
, default:nil
)
- -
brainScore
(type:number()
, default:nil
)
- The below fields are populated by SnippetFlow in superroot. Score generated from snippet brain model. go/snippets-brain -
features
(type:GoogleApi.ContentWarehouse.V1.Model.QualityPreviewRanklabSnippet
, default:nil
)
- Snippets ranklab features generated by scorer V2. -
finalScore
(type:number()
, default:nil
)
- Final snippet score by chooser. -
rankBySnippetFlow
(type:integer()
, default:nil
)
- Final rank given by SnippetFlow.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnippetExtraInfoSnippetScoringInfo{
brainNg3Score: number() | nil,
brainScore: number() | nil,
features: GoogleApi.ContentWarehouse.V1.Model.QualityPreviewRanklabSnippet.t() | nil,
finalScore: number() | nil,
rankBySnippetFlow: integer() | nil
}
brainNg3Score: number() | nil,
brainScore: number() | nil,
features: GoogleApi.ContentWarehouse.V1.Model.QualityPreviewRanklabSnippet.t() | nil,
finalScore: number() | nil,
rankBySnippetFlow: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SnippetExtraInfoSnippetScoringInfo