ExperimentOperation

  • This document describes a single operation that can be performed on an experiment.

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

  • The operation field is a union field that can be one of three types: create, update, or remove.

  • The create operation is used to create an experiment.

  • The update operation is used to update an existing experiment, requiring a valid resource name.

  • The remove operation is used to remove an experiment, also requiring a valid resource name in a specific format.

A single operation on an experiment.

Fields

update_mask

FieldMask

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

Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

Experiment

Create operation

update

Experiment

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

remove

string

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

customers/{customer_id}/experiments/{campaign_experiment_id}