Creates a new experiment view override configuration for a dataset with column display settings.
public CompletableFuture<ExperimentViewOverride> create(
JsonValue datasetId,
ExperimentViewOverrideCreateParams params
)Creates a new experiment view override configuration for a dataset with column display settings. This endpoint allows you to customize how experiment results are displayed by configuring column-specific overrides including colors, precision, and visibility. The request must include a 'column_overrides' array with at least one override configuration. Each column override can specify:
| Name | Type | Description |
|---|---|---|
datasetId* | JsonValue | |
params* | ExperimentViewOverrideCreateParams |