Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (Experiment)},"update": {object (Experiment)},"remove": string// End of list of possible types for union field operation.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Experiment operations can involve creating, updating, or removing an experiment."],["Operations are defined using a JSON structure that includes an update mask and a specific operation type."],["The `updateMask` field specifies which resource fields are modified during an update."],["Create and update operations require providing an `Experiment` object, while remove operations need the experiment's resource name."]]],["The content describes a single operation on an experiment, represented in JSON. An operation can be one of three types: `create`, `update`, or `remove`. `create` and `update` operations use an Experiment object. A `remove` operation uses a resource name string. The `updateMask` field specifies which resource fields are to be modified during an update. The `operation` is a union field.\n"]]