Skip to main content
Sample values that help the AI query helper and AI Assistant understand the type of data contained in this dimension. These values are used by the AI to make better field selection decisions and provide more accurate query results. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

<dimension_name>:
  sample_values: [<value_1>, <value_2>, ...]

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Product category samples
product_category:
  sample_values: [Electronics, Clothing, Home & Garden, Sports, Books]
Status field samples
order_status:
  sample_values: [pending, processing, shipped, delivered, cancelled]