ExperimentArmOperation

  • A single operation on an experiment arm allows for creation, update, or removal.

  • The update_mask field is used to determine which resource fields are modified during an update operation.

  • The operation field, a union field, specifies the type of mutate operation, which can be create, update, or remove.

  • For update and remove operations, the experiment arm is expected to have a valid resource name.

A single operation on an experiment arm.

Proto definition

Fields

operation

Union field. The mutate operation.

operation can be only one of the following:

create

ExperimentArm

Create operation

remove

string

Remove operation: The experiment arm is expected to have a valid resource name, in this format:

customers/{customer_id}/experiments/{campaign_experiment_id}

update

ExperimentArm

Update operation: The experiment arm is expected to have a valid resource name.

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.