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}