ExperimentArmOperation

Một thao tác duy nhất trên nhánh thử nghiệm.

Biểu diễn dưới dạng 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.
}
Các trường
updateMask

string (FieldMask format)

FieldMask xác định trường tài nguyên nào được sửa đổi trong bản cập nhật.

Đây là danh sách tên được phân tách bằng dấu phẩy liệt kê các trường đủ điều kiện. Ví dụ: "user.displayName,photo"

Trường nhóm operation. Phép biến đổi. operation chỉ có thể là một trong những loại sau đây:
create

object (ExperimentArm)

Tạo thao tác

update

object (ExperimentArm)

Hoạt động cập nhật: Nhóm thử nghiệm dự kiến sẽ có tên tài nguyên hợp lệ.

remove

string

Xóa thao tác: Nhóm thử nghiệm dự kiến sẽ có tên tài nguyên hợp lệ, theo định dạng sau:

customers/{customerId}/experiments/{campaign_experiment_id}