ResearchScamRestrictStats

Research SCAMSearch Infrastructure

GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictStats

3
out of 10
Low
SEO Impact
TODO(qhliao) move this proto to research/scam/proto/restricts.proto Structure to hold the number of active and total datapoints for a given dataset, as defined below. Last used: 3

SEO Analysis

AI Generated

Core search serving infrastructure. While not a direct ranking signal, these systems process and serve search results. This model (Research Scam Restrict Stats) contains 3 attributes that define its data structure. Key functionality includes: Information about the evaluation of the restricts for this query. Could be used for production (e.g., custom restrict pass certain information to the ...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

3
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfo.t

Information about the evaluation of the restricts for this query. Could be used for production (e.g., custom restrict pass certain information to the downstream). copybara:strip_end

numActiveDatapointsstring
Default: nilFull type: String.t

The number of datapoints that are whitelisted by restricts specified for this query, across all shards for which the query executed successfully. In other words, this represents the number of datapoints that could potentially be returned if they were close enough to the query according to the selected distance measure. If restricts are disabled, this will be equal to num_total_datapoints.

numTotalDatapointsstring
Default: nilFull type: String.t

The number of total datapoints in all shards of this dataset for which the query executed successfully. This is returned for convenience so that a ratio can be easily computed, and so that num_active_datapoints can be put in perspective for partially successful queries, i.e. queries where only some shards were successful.