Skip to main content
Sample values that help the AI query helper and AI Assistant understand the typical range and magnitude of data in this measure. 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

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

Properties

measure_name
object[]
The name of the measure.

Examples

Revenue samples
total_revenue:
  sample_values: [1250.50, 5430.75, 890.25, 12500.00]
Count samples
order_count:
  sample_values: [5, 12, 3, 45, 2]