AssistantLogsLumosProcessorInfo

AI Overview😉

  • The potential purpose of this module is to track and analyze the number of candidate devices that are considered relevant to a search query before and after a specific processing stage. This could be related to device-specific search results, such as showing relevant apps or content for a user's specific device type.
  • This module could impact search results by influencing the ranking or filtering of results based on the user's device type. For example, if a search query is related to mobile apps, this module could help ensure that only relevant apps for the user's device type (e.g., iOS or Android) are shown in the search results.
  • To be more favorable for this function, a website could optimize its content and metadata to clearly indicate the devices it is compatible with or optimized for. This could include using schema markup or other metadata to specify device compatibility, as well as ensuring that the website's content is easily crawlable and indexable by Google's algorithms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsLumosProcessorInfo (google_api_content_warehouse v0.4.0)

Attributes

  • devicesAfterRun (type: integer(), default: nil) - Number of candidate devices after this stage is run.
  • devicesBeforeRun (type: integer(), default: nil) - Number of candidate devices before this stage is run.
  • processorName (type: String.t, default: nil) - Name of the processor for this stage.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsLumosProcessorInfo{
  devicesAfterRun: integer() | nil,
  devicesBeforeRun: integer() | nil,
  processorName: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.