GoogleCloudContentwarehouseV1EnumTypeOptions

AI Overview😉

  • The potential purpose of this module is to configure and validate categorical or enumeration properties in Google's Content Warehouse. It ensures that only predefined possible values are accepted for a specific property, which helps maintain data consistency and accuracy.
  • This module could impact search results by influencing how documents are indexed and retrieved. By validating enum property values, it may improve the relevance and accuracy of search results by reducing noise and inconsistencies in the data. It may also affect the ranking of documents that have invalid or missing enum values.
  • A website may change things to be more favorable for this function by ensuring that their data conforms to the predefined possible values for enum properties. This can be achieved by using standardized and consistent vocabulary for categorical properties, and by validating user input or data imports to prevent invalid values from being entered. Additionally, websites can review their data for inconsistencies and correct any errors to improve the overall quality of their data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Configurations for an enum/categorical property.

Attributes

  • possibleValues (type: list(String.t), default: nil) - Required. List of possible enum values.
  • validationCheckDisabled (type: boolean(), default: nil) - Make sure the Enum property value provided in the document is in the possile value list during document creation. The validation check runs by default.

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.GoogleCloudContentwarehouseV1EnumTypeOptions{
    possibleValues: [String.t()] | nil,
    validationCheckDisabled: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.