Skip to main content

Overview

Add new columns to an existing experiment dataset structure.

Method Signature

Parameters

string
required
The unique identifier of the experiment
List[Dict[str, Any]]
required
List of column definitions to add to the experiment

Returns

Returns a dictionary containing the updated experiment information.

Example

Error Handling