ABTestExperiment

更新时间:
复制 MD 格式

Description

Represents an A/B test experiment.

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

Name

Type

Description

id

String

The ID of the experiment.

name

String

The alias of the experiment.

params

Object

The parameters of the experiment.

params.first_formula_name

String

Coarse-grained ranking.

params.formula_name

String

Fine-grained ranking.

params.qp_chain_name

String

The name of the query analysis.

params.cate_predict_model

String

The name of the category prediction.

created

Integer

Creation Time

updated

Integer

Last updated

online

Boolean

The status of the experiment. Valid values: true (effective) and false (not effective).

traffic

Integer

The percentage of traffic for experiment bucketing. The value ranges from 0 to 100.