ExperimentArmOperation

テスト群に対する 1 回のオペレーションです。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (ExperimentArm)
  },
  "update": {
    object (ExperimentArm)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo")。

共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (ExperimentArm)

作成オペレーション

update

object (ExperimentArm)

更新オペレーション: テスト群には有効なリソース名が必要です。

remove

string

削除オペレーション: テスト群には、次の形式の有効なリソース名が必要です。

customers/{customerId}/experiments/{campaign_experiment_id}