Skip to main content

Overview

Update data in existing rows of an experiment dataset.

Method Signature

Parameters

string
required
The unique identifier of the experiment
List[Dict[str, Any]]
required
List of row updates containing row_id and new data

Returns

Returns a dictionary containing the updated experiment information.

Example

Error Handling