StorageGraphBfgLlmPolicyMetadata

AI Overview😉

  • The potential purpose of this module is to enforce data access restrictions on Large Language Models (LLMs) used in Google's search algorithm. It seems to be related to controlling how LLMs can access and utilize certain data, ensuring that they comply with specific rules or policies.
  • This module could impact search results by influencing what data is available to LLMs, which in turn could affect the accuracy, relevance, or completeness of search results. For instance, if an LLM is restricted from accessing certain data, it may not be able to provide the most accurate or up-to-date information in its responses. This could lead to variations in search results depending on the data access restrictions in place.
  • A website may need to ensure that its data is properly labeled or categorized to comply with Google's data access restrictions. This could involve using specific metadata or schema markup to indicate what data is accessible to LLMs and under what conditions. Additionally, websites may need to implement measures to control how their data is used by LLMs, such as through API rate limiting or access controls.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata fields for LLM related data usage restrictions. See go/bard-kg-data-acl for more details.

Attributes

  • dataAccessRestrictions (type: integer(), default: nil) - Bitmap of LlmDataAccessRestriction.

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.StorageGraphBfgLlmPolicyMetadata{
  dataAccessRestrictions: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.