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}