Description
The information about an A/B test.
Example
{
"id": "12888",
"name": "test1",
"params": {
"first_formula_name": "default",
"formula_name": "default",
"qp_chain_name": "test",
"cate_predict_model": "test"
},
"created": 1588842080,
"updated": 1588842080,
"online": true,
"traffic": 30
}
Structure
Field | Type | Description |
---|---|---|
id | String | The ID of the A/B test. |
name | String | The name of the A/B test. |
params | Object | The parameters of the A/B test. |
params.first_formula_name | String | The name of the rough sort expression. |
params.formula_name | String | The name of the fine sort expression. |
params.qp_chain_name | String | The name of the query analysis rule. |
params.cate_predict_model | String | The name of the category prediction model. |
created | Integer | The time when the A/B test was created. |
updated | Integer | The time when the A/B test was last updated. |
online | Boolean | The status of the A/B test. Valid values:- true: The A/B test takes effect.- false: The A/B test does not take effect. |
traffic | Integer | The traffic proportion of the A/B test. Valid values: [0,100]. |