All Products
Search
Document Center

OpenSearch:ABTestExperiment

Last Updated:Nov 04, 2025

Parameter

Type

Description

Example

object

The A/B testing experiment.

name

string

The alias of the experiment.

my_test

traffic

integer

The percentage of traffic for experiment bucketing. Valid values: 0 to 100.

10

serialNumber

integer

The serial number of the experiment. This number is automatically generated by Hyperspace.

85373

online

boolean

The status of the experiment.

  • true: The experiment is online.

  • false: The experiment is offline.

false

params

object

The parameters of the experiment.

string

The parameter items.

  • firstFormulaName: The name of the rough sort.

  • formulaName: The name of the fine sort.

  • qpChainName: The name of the query analysis.

  • catePredictModel: The name of the category prediction model.

{ "firstFormulaName": "default" }