すべてのプロダクト
Search
ドキュメントセンター

OpenSearch:ABTestScene

最終更新日:Apr 02, 2026

A/B テストシーンに関する情報です。

構造

フィールド説明
idStringシーンの ID です。
nameStringシーンの名前です。
statusIntegerシーンのステータスです。有効な値は、0(停止中)および 1(実行中)です。
createdIntegerシーンの作成時刻です。
updatedIntegerシーンの最終更新時刻です。
values[]Stringシーンの指標です。

{
    "id": "20614",
    "name": "test",
    "status": 0,
    "created": 1596527691,
    "updated": 1596527691,
    "values": [
        "test"
    ]
}