ExperimentArmOperation

פעולה אחת בזרוע ניסוי.

ייצוג 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. שינוי הפעולה. operation יכול להיות רק אחד מהבאים:
create

object (ExperimentArm)

יצירת פעולה

update

object (ExperimentArm)

פעולת עדכון: תהיה לזרוע הניסוי שם משאב חוקי.

remove

string

פעולת הסרה: צפוי שזרוע הניסוי תכלול שם משאב חוקי, בפורמט הבא:

customers/{customerId}/experiments/{campaign_experiment_id}